nx01/.gitignore

58 lines
687 B
Plaintext

#
# Ignore files in the bassboon project.
#
# Ignore project resources
src/_schemas/*
!src/_schemas/.generated
# Ignore maven resources
target
release.properties
pom.xml.next
pom.xml.releaseBackup
pom.xml.backup
pom.xml.branch
pom.xml.tag
pom.xml.versionsBackup
# Ignore npm resources
node_modules
# Ignore binary files and formats
*.o
*.class
*.old
*.log
*.bak
*.backup
*.dat
*.data
*.gif
*.bmp
*.pdf
*.doc
*.zip
*.gz
*.db
# Ignore ~ backup files.
*~
# Ignore some eclipse files
.settings
.classpath
.project
# Ignore netbeans directory
nbproject
# Ignore mac finder files
.DS_Store
# Ignore windows files.
# none (done by .db and .ini)
# Ignore kde dolphin files
.directory