Update local files and .gitignore
This commit is contained in:
parent
5d8ae00785
commit
e8aa091d71
1
.env.example
Normal file
1
.env.example
Normal file
@ -0,0 +1 @@
|
||||
BASE_URL=http://127.0.0.1
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,9 +4,13 @@ node_modules
|
||||
|
||||
|
||||
# local env files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# local info package for npm
|
||||
package-lock.json
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
28357
package-lock.json
generated
28357
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user