Skip to content

Commit daac250

Browse files
author
Simon Planinschek
committed
Updated git ignore file
1 parent 497f760 commit daac250

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# IDE Stuff
2-
.idea
1+
# Basic
2+
.DS_Store
33

4+
# IDE
5+
/.idea
6+
/.vscode
47

5-
# Node and Javascirpt
6-
node_modules
8+
# Project
9+
/package-lock.json
10+
/node_modules
11+
/dist

0 commit comments

Comments
 (0)