Skip to content

Commit 63c036e

Browse files
Update .gitignore
1 parent e7e5b2b commit 63c036e

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.gitignore

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,19 @@ _NCrunch_*
3333
*.ncrunchsolution*
3434
nCrunchTemp_*
3535

36-
debug.log
37-
en-us/dbatools-help.xml
38-
dbatools.ps1
39-
dbatools.dat
40-
allcommands.ps1
36+
debug.log
37+
en-us/dbatools-help.xml
38+
dbatools.ps1
39+
dbatools.dat
40+
allcommands.ps1
41+
42+
# Environment files
43+
**/.env
44+
45+
# Aider files
46+
/.aider.tags.cache.v3
47+
.aider/.aider.chat.history.md
48+
.aider/.aider.input.history
49+
.aider/aider.chat.history.md
50+
.aider/aider.input.history
51+
.aider/aider.llm.history

0 commit comments

Comments
 (0)