mirror of
https://github.com/games647/ColorConsole.git
synced 2024-11-23 19:05:19 +01:00
43 lines
541 B
Plaintext
43 lines
541 B
Plaintext
# Eclipse stuff
|
|
/.classpath
|
|
/.project
|
|
/.settings
|
|
|
|
# NetBeans
|
|
*/nbproject
|
|
nb-configuration.xml
|
|
|
|
# maven
|
|
*/target
|
|
|
|
# vim
|
|
.*.sw[a-p]
|
|
|
|
# virtual machine crash logs, see https://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# various other potential build files
|
|
*/build/
|
|
/bin
|
|
/dist
|
|
/manifest.mf
|
|
*.log
|
|
|
|
# Mac filesystem dust
|
|
.DS_Store
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Gradle
|
|
.gradle
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
!gradle-wrapper.jar
|