Skip to content

Instantly share code, notes, and snippets.

@dedunumax
Last active August 29, 2015 14:16
Show Gist options
  • Save dedunumax/f0187881ea0f140d8889 to your computer and use it in GitHub Desktop.
Save dedunumax/f0187881ea0f140d8889 to your computer and use it in GitHub Desktop.
Complete .gitignore for Alfresco Maven Projects
##########################
## Alfresco
##########################
**/alf_data_dev
**/solr_home
**/solr.log*
**/share.log*
**/alfresco.log*
##########################
## Java
##########################
*.class
.mtj.tmp/
*.jar
*.war
*.ear
hs_err_pid*
##########################
## Maven
##########################
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
##########################
## IntelliJ
##########################
*.iml
.idea/
*.ipr
*.iws
out/
.idea_modules/
##########################
## Eclipse
##########################
.metadata
.classpath
.project
.settings/
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
##########################
## NetBeans
##########################
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
##########################
## OS X
##########################
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment