File tree 1 file changed +128
-0
lines changed
1 file changed +128
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Ignore everything!
2
+ *
3
+ * ~ *
4
+
5
+ # de-ignores: add here what you want to be committed
6
+ ! logo.png
7
+ ! logo.jpg
8
+ ! test-legacy
9
+ ! tool
10
+
11
+ ! * .mjs
12
+ ! * .cjs
13
+ ! * .js *
14
+ ! * .ts *
15
+ ! * .md *
16
+ ! . * rc
17
+ ! . * ignore
18
+ ! LICENSE
19
+
20
+ ! package.json
21
+ ! yarn.lock
22
+
23
+ ! ** /src
24
+ ! ** /src /**
25
+
26
+ ! ** /test
27
+ ! ** /test /**
28
+
29
+ ! ** /* tests *
30
+ ! ** /* tests * /**
31
+
32
+ ! ** /.github
33
+ ! ** /.github /**
34
+
35
+ ! ** /example *
36
+ ! ** /example * /**
37
+
38
+ ! ** /benchmark *
39
+ ! ** /benchmark * /**
40
+
41
+ # re-ignores: add here what you want to be ignored again
42
+ test /tmp
43
+
44
+ # !src/*.js
45
+ # !src/*.ts
46
+ # !test
47
+ # !test/*.js
48
+ # !test/*.ts
49
+ # !test/**/*.js
50
+ # !test/**/*.ts
51
+ # !*/__tests__
52
+
53
+
54
+ # *.tsbuildinfo
55
+ # .*cache
56
+ # *.cache
57
+
58
+ # test/tmp
59
+ # *.upload
60
+ # *.un~
61
+
62
+ # # Build environment
63
+ # dist
64
+
65
+ # # Package managers lockfiles
66
+ # package-lock.json
67
+ # shrinkwrap.json
68
+ # pnpm-lock.json
69
+
70
+ # # Logs
71
+ # logs
72
+ # *.log
73
+ # *~
74
+
75
+ # # Runtime data
76
+ # pids
77
+ # *.pid
78
+ # *.seed
79
+ # *.pid.lock
80
+
81
+ # # Directory for instrumented libs generated by jscoverage/JSCover
82
+ # lib-cov
83
+
84
+ # # Coverage directory used by tools like istanbul
85
+ # /coverage
86
+
87
+ # # nyc test coverage
88
+ # .nyc_output
89
+
90
+ # # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
91
+ # .grunt
92
+
93
+ # # Bower dependency directory (https://bower.io/)
94
+ # bower_components
95
+
96
+ # # node-waf configuration
97
+ # .lock-wscript
98
+
99
+ # # Compiled binary addons (https://nodejs.org/api/addons.html)
100
+ # build/Release
101
+
102
+ # # Dependency directories
103
+ # node_modules/
104
+ # jspm_packages/
105
+
106
+ # # TypeScript v1 declaration files
107
+ # typings/
108
+
109
+ # # Optional npm cache directory
110
+ # .npm
111
+
112
+ # # Optional eslint cache
113
+ # .eslintcache
114
+
115
+ # # Optional REPL history
116
+ # .node_repl_history
117
+
118
+ # # Output of 'npm pack'
119
+ # *.tgz
120
+
121
+ # # Yarn Integrity file
122
+ # .yarn-integrity
123
+
124
+ # # dotenv environment variables file
125
+ # .env
126
+
127
+ # # next.js build output
128
+ # .next
You can’t perform that action at this time.
0 commit comments