feat: exclude uncommited dir
This commit is contained in:
parent
700d74ecc3
commit
c0d9038590
1 changed files with 6 additions and 3 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,10 +1,13 @@
|
|||
# Editors
|
||||
# IntelliJ
|
||||
.idea/
|
||||
|
||||
# vim
|
||||
# vim/nvim
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Systems
|
||||
# local workdir
|
||||
uncommited/
|
||||
|
||||
# macOS
|
||||
**/.DS_Store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue