1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- # Directories #
- /build/
- /bin/
- target/
-
- # OS Files #
- .DS_Store
-
- *.class
-
- # Package Files #
- *.jar
- *.war
- *.ear
- *.db
-
- ######################
- # Windows
- ######################
-
- # Windows image file caches
- Thumbs.db
-
- # Folder config file
- Desktop.ini
-
- ######################
- # OSX
- ######################
-
- .DS_Store
- .svn
-
- # Thumbnails
- ._*
-
- # Files that might appear on external disk
- .Spotlight-V100
- .Trashes
-
-
- ######################
- # Eclipse
- ######################
-
- *.pydevproject
- .project
- .metadata
- bin/**
- tmp/**
- tmp/**/*
- *.tmp
- *.bak
- *.swp
- *~.nib
- local.properties
- .classpath
- .settings/
- .loadpath
- /src/main/resources/rebel.xml
- # External tool builders
- .externalToolBuilders/
-
- # Locally stored "Eclipse launch configurations"
- *.launch
-
- # CDT-specific
- .cproject
-
- # PDT-specific
- .buildpath
|