scalafx-utils/.gitignore

46 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-04-15 04:25:04 +00:00
# ##########################################################################
# SBT files
# ##########################################################################
target
/project/project
/*/project/project
# ##########################################################################
# Eclipse files
# ##########################################################################
.classpath
.project
.cache
2015-08-09 04:14:21 +00:00
.cache-*
2015-04-15 04:25:04 +00:00
.settings
.worksheet
# ##########################################################################
# IntelliJ files
# ##########################################################################
.idea*
*.iml
# ##########################################################################
# Vim files
# ##########################################################################
*.sw[a-z]
# ##########################################################################
# Misc files
# ##########################################################################
# OS X directory data
.DS_Store
# Log files
*.log
# Java compiled
*.jar
*.class
# Intentionally ignored code
*.scala.old
/*.script