Skip to content

Commit 5f5967a

Browse files
[ALL] root 디랙토리를 관리하는 gitignore를 수정한다. (#21)
1 parent 4dc90a5 commit 5f5967a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.gitignore

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
.DS_*
2-
*.log
3-
logs
4-
**/*.backup.*
5-
**/*.back.*
6-
dist
1+
### IntelliJ IDEA ###
2+
.idea
3+
*.iws
4+
*.iml
5+
*.ipr
6+
out/
77

8-
node_modules
8+
### VS Code ###
9+
.vscode/
10+
11+
### mac os ###
12+
.DS_Store

0 commit comments

Comments
 (0)