Skip to content

Commit 627fb96

Browse files
author
Alvaro Nistal
committed
gitignore
0 parents  commit 627fb96

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created by http://www.gitignore.io
2+
3+
### Scala ###
4+
*.class
5+
*.log
6+
7+
# sbt specific
8+
.cache/
9+
.history/
10+
.lib/
11+
dist/*
12+
target/
13+
lib_managed/
14+
src_managed/
15+
project/boot/
16+
project/plugins/project/
17+
18+
# Scala-IDE specific
19+
.scala_dependencies
20+
.worksheet
21+
22+
# Intellij
23+
.idea

0 commit comments

Comments
 (0)