Add API specific exclusions to gitignore to prevent accidental token pushing
This commit is contained in:
parent
db4e8c68e5
commit
654742ab22
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -75,5 +75,7 @@ renv/staging/
|
|||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Env files
|
||||
.env
|
||||
# API Specific files
|
||||
.env
|
||||
tokens.json
|
||||
api/images
|
||||
Loading…
Reference in a new issue