scalafx-utils/.gitignore
Sarah Gerweck f60581ffe3 Remove unneeded /bin directory
It seems to be a thoughtful present from Eclipse. :-\
2016-11-04 17:05:46 -07:00

47 lines
1.2 KiB
Plaintext

# ##########################################################################
# SBT files
# ##########################################################################
target
/project/project
/*/project/project
# ##########################################################################
# Eclipse files
# ##########################################################################
.classpath
.project
.cache
.cache-*
.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
/bin/