File tree Expand file tree Collapse file tree 1 file changed +23
-22
lines changed
Expand file tree Collapse file tree 1 file changed +23
-22
lines changed Original file line number Diff line number Diff line change 1- # vscode
2- .vscode
3-
4- # Intellij
5- * .iml
6- .idea
7-
8- # Don't include the compiled main.js file in the repo.
9- # They should be uploaded to GitHub releases instead.
10- main.js
11-
12- # Exclude sourcemaps
13- * .map
14-
15- # obsidian
16- data.json
17-
18- # Exclude macOS Finder (System Explorer) View States
19- .DS_Store
20-
21- node_modules /.package-lock.json
22- node_modules
1+ # vscode
2+ .vscode
3+
4+ # Intellij
5+ * .iml
6+ .idea
7+
8+ # Don't include the compiled main.js file in the repo.
9+ # They should be uploaded to GitHub releases instead.
10+ main.js
11+
12+ # Exclude sourcemaps
13+ * .map
14+
15+ # obsidian
16+ data.json
17+
18+ # Exclude macOS Finder (System Explorer) View States
19+ .DS_Store
20+
21+ node_modules /.package-lock.json
22+ node_modules
23+ .aider *
You can’t perform that action at this time.
0 commit comments