Skip to content

Commit 62a0dfe

Browse files
committed
chore: gitignore
1 parent c1dd40e commit 62a0dfe

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.gitignore

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# -- CLEAN
2+
3+
# use yarn by default, so ignore npm
4+
package-lock.json
5+
6+
# never checkin npm config
7+
.npmrc
8+
9+
# debug logs
10+
npm-error.log
11+
yarn-error.log
12+
lerna-debug.log
13+
114
# TypeScript generated files
215
dist/
316
out/
@@ -15,8 +28,6 @@ node_modules/
1528
*.sig
1629
package.json.bak
1730

18-
# MacOS folder atttribute tracking
19-
**/.DS_Store
2031

2132
# test results
2233
test-results.xml
@@ -43,3 +54,16 @@ GitIgnoreTest2/
4354
# Coverage directory used by tools like istanbul
4455
coverage
4556
coverage.lcov
57+
58+
# -- CLEAN ALL
59+
*.tsbuildinfo
60+
.eslintcache
61+
.wireit
62+
node_modules
63+
64+
# --
65+
# put files here you don't want cleaned with sf-clean
66+
67+
# os specific files
68+
.DS_Store
69+
.idea

0 commit comments

Comments
 (0)