We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e5b2b commit 63c036eCopy full SHA for 63c036e
.gitignore
@@ -33,8 +33,19 @@ _NCrunch_*
33
*.ncrunchsolution*
34
nCrunchTemp_*
35
36
-debug.log
37
-en-us/dbatools-help.xml
38
-dbatools.ps1
39
-dbatools.dat
40
-allcommands.ps1
+debug.log
+en-us/dbatools-help.xml
+dbatools.ps1
+dbatools.dat
+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