aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 10 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b1c3835b..0f6e17bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,19 +1,27 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
# ignore all bin directories
# matches "bin" in any subfolder
bin/
+
# ignore all target directories
target/
src/main/webapp
# ignore all files ending with ~
*~
+
.DS_Store
+
._*
+
.metadata
# Eclipse stuff
-/.settings/
+.settings/
.classpath
.project
# Idea
.idea
debug-logs/
-/logs/
+.README.md.html