Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit fa9d260

Browse files
Update gitignore
1 parent 863d1d6 commit fa9d260

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.gitignore

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# vscode
2-
.vscode
3-
4-
# Intellij
5-
*.iml
6-
.idea
7-
8-
# npm
9-
node_modules
10-
package-lock.json
11-
12-
# Don't include the compiled main.js file in the repo.
13-
# They should be uploaded to GitHub releases instead.
14-
main.js
15-
16-
# Exclude sourcemaps
17-
*.map
18-
19-
# obsidian
20-
data.json
21-
22-
# Exclude macOS Finder (System Explorer) View States
23-
.DS_Store
1+
# vscode
2+
.vscode
3+
4+
# Intellij
5+
*.iml
6+
.idea
7+
8+
# npm
9+
node_modules
10+
package-lock.json
11+
12+
# Don't include the compiled main.js file in the repo.
13+
# They should be uploaded to GitHub releases instead.
14+
main.js
15+
16+
# Exclude sourcemaps
17+
*.map
18+
19+
# obsidian
20+
data.json
21+
22+
# Exclude macOS Finder (System Explorer) View States
23+
.DS_Store

0 commit comments

Comments
 (0)