feat: initial commit
This commit is contained in:
20
git/gitignore
Normal file
20
git/gitignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# mac files
|
||||
.DS_Store
|
||||
|
||||
# i usually make test.* files for local testing
|
||||
# test.*
|
||||
# test
|
||||
|
||||
# i don't like pushing .vscode and .idea folders, i will force add if needed
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# i use .ignore for nvim
|
||||
.ignore
|
||||
|
||||
# todo files
|
||||
TODO.md
|
||||
|
Reference in New Issue
Block a user