diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b1c3835b --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# 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/ +.classpath +.project +# Idea +.idea +debug-logs/ +/logs/ |