Skip to content

Commit d209686

Browse files
committed
proper format for gitignoring folders
1 parent 50a9396 commit d209686

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/coverage
2-
/node_modules
3-
/dist/javascript
4-
/.parcel-cache
1+
coverage/
2+
dist/javascript/
3+
node_modules/
54

6-
.idea
75
.DS_Store
8-
.cache
6+
.vscode
97
npm-debug.log
8+
lerna-debug.log
9+
package-lock.json
10+
yarn.lock
11+
1012
secrets.json
1113

1214
*.backup
1315
*.bz2
1416
*.osm
1517
*.pbf
1618
*.swp
17-
18-
yarn.lock

0 commit comments

Comments
 (0)