Skip to content
Snippets Groups Projects
.gitignore 487 B
Newer Older
alexandre.ducarne's avatar
alexandre.ducarne committed
#
# Project specific excludes
#

tomcat

#
# Default excludes
#

# Binaries
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.ear
*.sar
*.class

# Maven 
target/

# IntelliJ project files 
*.iml
*.iws
*.ipr
.idea/

# eclipse project file
.settings/
.classpath
.project

# NetBeans specific
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml

# VS Code
.vscode/
alexandre.ducarne's avatar
alexandre.ducarne committed

# OS
.DS_Store

# Misc
*.swp
release.properties
pom.xml.releaseBackup
Thomas Lecluse's avatar
Thomas Lecluse committed
pom.xml.tag
/bin/