diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1,7 +1,16 @@ +# Application +logs/ +debug-logs/ + +# Maven +target/ + +# Eclipse .classpath +.factorypath .project .settings/ -target/ -logs/ -debug-logs/ -.idea/
\ No newline at end of file + +# IntelliJ +.idea/ +*.iml |