Skip to content

Commit 25ef210

Browse files
MrMineO5BFergerson
andauthored
Add .gitignore (#75)
* Add .gitignore * Update .gitignore Co-authored-by: Brandon Fergerson <[email protected]>
1 parent 15ba174 commit 25ef210

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Ignore artifacts
2+
build/
3+
kotlin-js-store/
4+
docker/e2e/spp-*.jar
5+
6+
# Ignore IDE files
7+
.idea/
8+
9+
# Ignore .gradle directory
10+
.gradle/

0 commit comments

Comments
 (0)