Skip to content

Commit e6474e9

Browse files
authored
Merge pull request #200 from codeheart09/gitignore-improvements
Gitignore improvements
2 parents d83397f + b6521aa commit e6474e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
8-
*.env
9-
.env
108

119
# Diagnostic reports (https://nodejs.org/api/report.html)
1210
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -72,6 +70,7 @@ typings/
7270

7371
# dotenv environment variables file
7472
.env
73+
*.env
7574
.env.test
7675

7776
# parcel-bundler cache (https://parceljs.org/)
@@ -107,7 +106,8 @@ dist
107106

108107
# IDE Files
109108
.vscode/
109+
.idea/
110110

111111
# Any copied src from shared
112112
scikitjs-node/src/shared
113-
scikitjs-browser/src/shared
113+
scikitjs-browser/src/shared

0 commit comments

Comments
 (0)