Skip to content

Instantly share code, notes, and snippets.

@andreafey
Last active August 29, 2015 13:56
Show Gist options
  • Save andreafey/9122858 to your computer and use it in GitHub Desktop.
Save andreafey/9122858 to your computer and use it in GitHub Desktop.
.gitignore_global scala + java
# hidden files
.*
# but not .gitignore
!/.gitignore
build/
bin/
*.log
*.zip
### Scala/Java ###
*.class
dist/*
### Scala ###
# sbt specific
.cache/
.history/
.lib/
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
### Java ###
*.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment