Skip to content

Commit b9d83bb

Browse files
committed
Added gitignore
1 parent f157092 commit b9d83bb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Ignore build artifacts
2+
/dist/
3+
/build/
4+
/target/
5+
6+
7+
# Ignore IDE stuff
8+
/.vscode/
9+
/.idea/
10+
/nbproject/
11+
*build.xml
12+
manifest.mf
13+
14+
15+
# Misc
16+
*.DS_Store
17+
**/!README.TXT

0 commit comments

Comments
 (0)