Updated gitignore
This commit is contained in:
parent
954ae9f811
commit
85c682ab11
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,4 +1,10 @@
|
|||
config.json
|
||||
__pycache__
|
||||
venv/
|
||||
links.json
|
||||
links.json
|
||||
node_modules
|
||||
#SERVERLESS STUFF
|
||||
admin.env
|
||||
.env
|
||||
_meta
|
||||
.serverless
|
Loading…
Reference in a new issue