itx/.gitignore

52 lines
599 B
Plaintext

######################
# Eclipse
######################
.project
.metadata
tmp/
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
.factorypath
######################
# Maven
######################
/log/
/target/
######################
# Package Files
######################
*.jar
*.war
*.ear
*.db
######################
# Windows
######################
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
######################
# Directories
######################
/bin/
/deploy/
######################
# Logs
######################
*.log*