clearml-session/.gitignore

51 lines
624 B
Plaintext
Raw Permalink Normal View History

2020-12-22 19:32:02 +00:00
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# Node artifact files
node_modules/
2020-12-22 19:25:06 +00:00
dist/
2020-12-22 19:32:02 +00:00
# Compiled Java class files
*.class
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# Compiled Python bytecode
*.py[cod]
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# Log files
2020-12-22 19:25:06 +00:00
*.log
2020-12-22 19:32:02 +00:00
# Package files
*.jar
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# Maven
2020-12-22 19:25:06 +00:00
target/
2020-12-22 19:32:02 +00:00
dist/
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# JetBrains IDE
.idea/
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# Unit test reports
TEST*.xml
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# Generated by MacOS
.DS_Store
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# Generated by Windows
Thumbs.db
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# Applications
*.app
*.exe
*.war
2020-12-22 19:25:06 +00:00
2020-12-22 19:32:02 +00:00
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
2020-12-22 19:25:06 +00:00