gitignore: .git-credentials (local push auth)
All checks were successful
Deploy stable / deploy (push) Successful in 20s
All checks were successful
Deploy stable / deploy (push) Successful in 20s
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -24,6 +24,9 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.pem
|
*.pem
|
||||||
|
|
||||||
|
# git credentials (local push auth only — never commit)
|
||||||
|
.git-credentials
|
||||||
|
|
||||||
# debug
|
# debug
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
|||||||
Reference in New Issue
Block a user