Update .gitignore and untrack ignored files
Add .cursor/, .pytest_cache/, tmp/, and .DS_Store to .gitignore. Remove .cursor/plans/ from git tracking to match new ignore rules. Made-with: Cursor
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -13,3 +13,10 @@ conf/
|
||||
data/
|
||||
logs/
|
||||
backup/
|
||||
tmp/
|
||||
|
||||
.cursor/
|
||||
.pytest_cache/
|
||||
|
||||
.DS_Store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user