Skip to content

Commit 78678bf

Browse files
MrMineO5BFergerson
andauthored
Add .gitignore (#8)
* Add .gitignore * Update .gitignore Co-authored-by: Brandon Fergerson <[email protected]>
1 parent 5faca9c commit 78678bf

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+
dist/
4+
sourceplusplus.egg-info/
5+
6+
# Ignore IDE files
7+
.idea/
8+
9+
# Ignore .gradle directory
10+
.gradle/

0 commit comments

Comments
 (0)