Create eclipse project
This commit is contained in:
commit
87b1a8ffbf
57
.gitignore
vendored
Normal file
57
.gitignore
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# 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
|
Loading…
Reference in a new issue