Skip to content

Commit 3e68ead

Browse files
committed
.gitignore: add .idea/
1 parent a3e8d33 commit 3e68ead

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Dependencies
22
/node_modules
33

4-
# Production
4+
# Production (generated static files)
55
/build
66

77
# Generated files
88
.docusaurus
99
.cache-loader
1010

11+
# IDE files
12+
.idea/
13+
1114
# Misc
1215
.DS_Store
1316
.env.local

0 commit comments

Comments
 (0)