Skip to content

Commit 64afb5b

Browse files
l0b0m-mohr
andauthored
chore: Ignore Editor configurations (#15)
* chore: Add newline at EOF * chore: Order gitignores * chore: Mark node_modules as directory * chore: Ignore IDEA configuration * chore: Ignore more common files Co-authored-by: Matthias Mohr <[email protected]>
1 parent 4b774f8 commit 64afb5b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
# OS files
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Editors
6+
/.idea/
7+
/.vscode/
8+
9+
# Node / npm
10+
.npm
11+
/node_modules/
112
/package-lock.json
2-
/node_modules

0 commit comments

Comments
 (0)