legacy-svn-scala/gitignore.SAMPLE

26 lines
325 B
Plaintext

# see also test/files/.gitignore
/.gitignore
/test/files/.gitignore
/.scala_dependencies
# "a" and "a/" to get both file (i.e. symlink) and folder
/build
/build/
/target
/target/
/dists/
/out/
/bin/
/sandbox/
/.classpath
/src/intellij/*.iml
/src/intellij/*.ipr
/src/intellij/*.iws
/project/boot/
/project/build/target/