Add global gitignore
This commit is contained in:
parent
c8b4717c09
commit
568df7f401
2 changed files with 11 additions and 0 deletions
10
git/gitignore
Normal file
10
git/gitignore
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
\#*\#
|
||||
*~
|
||||
*.swp
|
||||
|
||||
__pycache__
|
||||
|
||||
node_modules
|
||||
package-lock.json
|
||||
|
||||
.ignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue