66 lines
809 B
Plaintext
66 lines
809 B
Plaintext
#################
|
|
## IDEA
|
|
#################
|
|
|
|
# User-specific stuff
|
|
.idea/
|
|
.idea_modules/
|
|
*.iml
|
|
|
|
# IntelliJ
|
|
out/
|
|
|
|
target/
|
|
|
|
#################
|
|
## Eclipse
|
|
#################
|
|
|
|
*.pydevproject
|
|
.project
|
|
.metadata
|
|
bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.classpath
|
|
.settings/
|
|
.loadpath
|
|
.apt_generated/
|
|
.apt_generated_tests/
|
|
|
|
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
|
|
!/.mvn/wrapper/maven-wrapper.jar
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|
|
|
|
#############
|
|
## Windows detritus
|
|
#############
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Mac crap
|
|
.DS_Store
|
|
REBASE.bat |