task 1.1: add .env to .gitignore and untrack from git
This commit is contained in:
parent
c0f5654450
commit
4ba1327a53
3 changed files with 142 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,6 +4,7 @@ node_modules
|
|||
dist
|
||||
build
|
||||
*.log
|
||||
.env
|
||||
.env*.local
|
||||
.DS_Store
|
||||
data/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue