chore: add notes/ to .gitignore
This commit is contained in:
parent
4881759fd6
commit
424786b181
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.gitenv
|
||||
|
||||
# Local notes (excluded from sync)
|
||||
notes/
|
||||
Loading…
Reference in a new issue