diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1 +1,20 @@ -.tox/ +**/target +**/.settings +**/.classpath +**/.project +**/.buildpath +**/.factorypath +**/.springBeans +**/.idea +**/.checkstyle +**/.*~ +./.iml +**/*.class +**/*.swp +**/.log +**/.tmp +**/bin/ +**/.metadata/ +**/*.war +**/*.jar +**/*.zip |