You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
383 B
Plaintext
38 lines
383 B
Plaintext
# Eclipse
|
|
**/.project
|
|
**/.classpath
|
|
**/.settings/
|
|
**/.factorypath
|
|
**/.classpath
|
|
bin/
|
|
|
|
# IntelliJ
|
|
**/.idea
|
|
**/*.ipr
|
|
**/*.iml
|
|
**/*.iws
|
|
|
|
# NetBeans
|
|
**/nb-configuration.xml
|
|
|
|
# Visual Studio Code
|
|
**/.vscode
|
|
|
|
# OSX
|
|
**/.DS_Store
|
|
|
|
# Vim
|
|
**/*.swp
|
|
**/*.swo
|
|
|
|
# patch
|
|
**/*.orig
|
|
**/*.rej
|
|
|
|
# Maven
|
|
**/target/
|
|
**/pom.xml.tag
|
|
**/pom.xml.releaseBackup
|
|
**/pom.xml.versionsBackup
|
|
**/release.properties
|