nx01/.gitignore

59 lines
715 B
Plaintext
Raw Normal View History

2024-11-23 16:48:18 +00:00
#
# Ignore files in the bassboon project.
#
# Ignore project resources
src/_schemas/*
!src/_schemas/.generated
2024-12-14 20:35:12 +00:00
nx01-zerofungus-server/logs
2024-11-23 16:48:18 +00:00
# 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