Ignore local AGENTS instructions
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Local environment and editor folders
|
| 2 |
.*/
|
|
|
|
| 3 |
!.gitignore
|
| 4 |
!.gitattributes
|
| 5 |
!.github/
|
|
|
|
| 1 |
# Local environment and editor folders
|
| 2 |
.*/
|
| 3 |
+
AGENTS.md
|
| 4 |
!.gitignore
|
| 5 |
!.gitattributes
|
| 6 |
!.github/
|