Skip to content

Commit 7b92498

Browse files
committed
gitignore: add aider
1 parent c5cee5e commit 7b92498

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

.gitignore

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
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*

0 commit comments

Comments
 (0)