More ignorance
parent
df4d49037a
commit
757ead0d34
@ -1,36 +1,37 @@
|
|||||||
# Eclipse
|
# Eclipse
|
||||||
.project
|
**/.project
|
||||||
.classpath
|
**/.classpath
|
||||||
.settings/
|
**/.settings/
|
||||||
.factorypath
|
**/.factorypath
|
||||||
|
**/.classpath
|
||||||
bin/
|
bin/
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
.idea
|
**/.idea
|
||||||
*.ipr
|
**/*.ipr
|
||||||
*.iml
|
**/*.iml
|
||||||
*.iws
|
**/*.iws
|
||||||
|
|
||||||
# NetBeans
|
# NetBeans
|
||||||
nb-configuration.xml
|
**/nb-configuration.xml
|
||||||
|
|
||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
.vscode
|
**/.vscode
|
||||||
|
|
||||||
# OSX
|
# OSX
|
||||||
.DS_Store
|
**/.DS_Store
|
||||||
|
|
||||||
# Vim
|
# Vim
|
||||||
*.swp
|
**/*.swp
|
||||||
*.swo
|
**/*.swo
|
||||||
|
|
||||||
# patch
|
# patch
|
||||||
*.orig
|
**/*.orig
|
||||||
*.rej
|
**/*.rej
|
||||||
|
|
||||||
# Maven
|
# Maven
|
||||||
target/
|
**/target/
|
||||||
pom.xml.tag
|
**/pom.xml.tag
|
||||||
pom.xml.releaseBackup
|
**/pom.xml.releaseBackup
|
||||||
pom.xml.versionsBackup
|
**/pom.xml.versionsBackup
|
||||||
release.properties
|
**/release.properties
|
||||||
|
|||||||
Loading…
Reference in New Issue