1
0

Update gitignore to ignore .env files

This commit is contained in:
PA4KEV 2023-02-26 21:30:11 +01:00
parent 25b0902213
commit 99c5db9cf5

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
/ignore /ignore
.env
# dependencies # dependencies
/node_modules /node_modules