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