snappy-java/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
289 B
Plaintext
Raw Normal View History

2012-09-06 03:29:58 +02:00
*~
*.class
*.log
# IntelliJ
.idea
.idea_modules
2012-09-28 04:34:02 +02:00
*.iml
2012-09-06 03:29:58 +02:00
2013-02-28 08:11:23 +01:00
.DS_Store
2012-09-06 03:29:58 +02:00
# sbt specific
bin/.lib
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.bsp
2012-09-06 03:29:58 +02:00
# Scala-IDE specific
.scala_dependencies
2014-06-26 07:33:54 +02:00
atlassian-ide-plugin.xml
src/main/java/**/*.h
2020-11-28 18:14:08 +01:00
.metals
.vscode
.bloop