mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-20 11:04:38 +00:00
chore: remove .env
This commit is contained in:
parent
ce3a09088f
commit
5a892e6367
25
.gitignore
vendored
25
.gitignore
vendored
@ -17,3 +17,28 @@ Cargo.lock
|
||||
|
||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
*.rlib
|
||||
*.rmeta
|
||||
|
||||
# Node/npm
|
||||
node_modules/
|
||||
package-lock.json
|
||||
npm-debug.log
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# General
|
||||
*.log
|
||||
.env
|
||||
.env.local
|
||||
|
||||
Loading…
Reference in New Issue
Block a user