mirror of
https://github.com/SrIzan10/templates.git
synced 2026-05-01 11:05:17 +00:00
feat: gitignore .env [js and ts]
This commit is contained in:
3
templates/javascript-esm/.gitignore
vendored
3
templates/javascript-esm/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
/node_modules
|
||||
/node_modules
|
||||
.env
|
||||
3
templates/javascript/.gitignore
vendored
3
templates/javascript/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
/node_modules
|
||||
/node_modules
|
||||
.env
|
||||
3
templates/typescript/.gitignore
vendored
3
templates/typescript/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/node_modules
|
||||
/dist
|
||||
/dist
|
||||
.env
|
||||
Reference in New Issue
Block a user