-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
527 lines (522 loc) · 12 KB
/
Copy path.gitignore
File metadata and controls
527 lines (522 loc) · 12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# Python
__pycache__/
*.pyc
*.pyd
*.pyo
.pytest_cache/
.tox/
.venv/
venv/
env/
# Editor/IDE
.idea/
.vscode/
*.swp
*~
.DS_Store
# Logs and databases
*.log
*.sqlite
*.sqlite3
# OS generated files
.DS_Store
Thumbs.db
# Gemini related files
.gemini/
# Project-specific ignores based on initial listing
data/ # Assuming data directory at root is for local/generated data, not source-controlled.
*.zip # Ignore zip files
*.png # Ignore png files
*.md # Ignore markdown files
*.json # Ignore json files
*.csv # Ignore csv files
*.npy # Ignore npy files
*.pdf # Ignore pdf files
*.sol # Ignore sol files
*.js # Ignore js files
*.ts # Ignore ts files
*.yml # Ignore yml files
*.toml # Ignore toml files
*.lock # Ignore lock files
*.sh # Ignore sh files
*.md # Ignore md files
*.mdx # Ignore mdx files
*.mdx # Ignore mdx files
*.toml # Ignore toml files
*.yaml # Ignore yaml files
*.log # Ignore log files
*.env # Ignore env files
*.sample # Ignore sample files
*.template # Ignore template files
*.example # Ignore example files
*.bak # Ignore backup files
*.tmp # Ignore temporary files
*.temp # Ignore temporary files
*.swp # Ignore swap files
*.swo # Ignore swap files
*.sps # Ignore swap files
*.un~ # Ignore swap files
*.orig # Ignore original files
*.rej # Ignore rejected files
*.diff # Ignore diff files
*.patch # Ignore patch files
*.iml # Ignore intellij idea files
*.ipr # Ignore intellij idea files
*.iws # Ignore intellij idea files
.project # Ignore eclipse files
.classpath # Ignore eclipse files
.settings # Ignore eclipse files
.factorypath # Ignore eclipse files
.buildpath # Ignore eclipse files
*.min.js # Ignore minified js files
*.min.css # Ignore minified css files
*.map # Ignore source map files
*.wasm # Ignore webassembly files
*.wasm.map # Ignore webassembly map files
*.d.ts # Ignore typescript declaration files
.DS_Store # Ignore macOS system files
.localized # Ignore macOS system files
.Trashes # Ignore macOS system files
._* # Ignore macOS system files
.AppleDouble # Ignore macOS system files
.LSOverride # Ignore macOS system files
Icon? # Ignore macOS system files
ehthumbs.db # Ignore windows system files
ehthumbs_vista.db # Ignore windows system files
Desktop.ini # Ignore windows system files
*.psd # Ignore photoshop files
*.ai # Ignore illustrator files
*.sketch # Ignore sketch files
*.graffle # Ignore omnigraffle files
*.gdoc # Ignore google docs files
*.gslides # Ignore google slides files
*.gsheet # Ignore google sheets files
*.key # Ignore keynote files
*.pages # Ignore pages files
*.numbers # Ignore numbers files
*.drawio # Ignore drawio files
*.svg # Ignore svg files
*.svgz # Ignore svgz files
*.ai # Ignore adobe illustrator files
*.eps # Ignore encapsulated postscript files
*.pdf # Ignore pdf files
*.tiff # Ignore tiff files
*.tif # Ignore tiff files
*.gif # Ignore gif files
*.ico # Ignore icon files
*.cur # Ignore cursor files
*.bmp # Ignore bitmap files
*.jsonc # Ignore jsonc files
*.lockb # Ignore lockb files
*.pnpm # Ignore pnpm files
*.tgz # Ignore tgz files
*.log* # Ignore log files
*.npmdebug # Ignore npm debug files
*.node_modules # Ignore node_modules directory
*.cache # Ignore cache directory
*.tmp_cache # Ignore temporary cache directory
.eslintcache # Ignore eslint cache file
.prettiercache # Ignore prettier cache file
.next # Ignore next.js build directory
.nuxt # Ignore nuxt.js build directory
.output # Ignore nuxt.js build directory
dist # Ignore build directory
build # Ignore build directory
out # Ignore build directory
package-lock.json # Ignore package-lock.json
yarn.lock # Ignore yarn.lock
pnpm-lock.yaml # Ignore pnpm-lock.yaml
report.xml # Ignore report.xml
coverage # Ignore coverage directory
.nyc_output # Ignore nyc output directory
.grunt # Ignore grunt directory
.sass-cache # Ignore sass cache directory
.webassets-cache # Ignore webassets cache directory
.bundle # Ignore bundle directory
.env.development # Ignore development environment file
.env.production # Ignore production environment file
.env.local # Ignore local environment file
.env.test # Ignore test environment file
.env.staging # Ignore staging environment file
.env.*.local # Ignore local environment files
.flaskenv # Ignore flask environment file
.terraform # Ignore terraform directory
*.tfplan # Ignore terraform plan files
*.tfstate # Ignore terraform state files
*.tfstate.backup # Ignore terraform state backup files
.terraform.lock.hcl # Ignore terraform lock file
*.zip # Ignore zip files
*.tar # Ignore tar files
*.tar.gz # Ignore tar.gz files
*.rar # Ignore rar files
*.7z # Ignore 7z files
*.dmg # Ignore dmg files
*.iso # Ignore iso files
*.bin # Ignore bin files
*.dat # Ignore dat files
*.class # Ignore java class files
*.jar # Ignore java jar files
*.war # Ignore java war files
*.ear # Ignore java ear files
*.jks # Ignore java keystore files
*.key # Ignore java key files
*.cer # Ignore java certificate files
*.crt # Ignore java certificate files
*.pem # Ignore java pem files
*.p12 # Ignore java p12 files
*.pfx # Ignore java pfx files
*.keystore # Ignore java keystore files
*.factorypath # Ignore eclipse factorypath
*.log # Log files
.classpath
.project
.settings
.factorypath
*.log
.DS_Store
Thumbs.db
Desktop.ini
.vscode
.idea
*.suo
*.user
*.bak
*.orig
*.swp
*.swo
*.sps
*.un~
*.rej
*.diff
*.patch
*.iml
*.ipr
*.iws
.project
.classpath
.settings
.factorypath
*.min.js
*.min.css
*.map
*.wasm
*.wasm.map
*.d.ts
.DS_Store
.localized
.Trashes
._*
.AppleDouble
.LSOverride
Icon?
ehthumbs.db
ehthumbs_vista.db
Desktop.ini
*.psd
*.ai
*.sketch
*.graffle
*.gdoc
*.gslides
*.gsheet
*.key
*.pages
*.numbers
*.drawio
*.svg
*.svgz
*.ai
*.eps
*.pdf
*.tiff
*.tif
*.gif
*.ico
*.cur
*.bmp
*.jsonc
*.lockb
*.pnpm
*.tgz
*.log*
*.npmdebug
node_modules
.cache
.tmp_cache
.eslintcache
.prettiercache
.next
.nuxt
.output
dist
build
out
package-lock.json
yarn.lock
pnpm-lock.yaml
report.xml
coverage
.nyc_output
.grunt
.sass-cache
.webassets-cache
.bundle
.env.development
.env.production
.env.local
.env.test
.env.staging
.env.*.local
.flaskenv
.terraform
*.tfplan
*.tfstate
*.tfstate.backup
.terraform.lock.hcl
*.zip
*.tar
*.tar.gz
*.rar
*.7z
*.dmg
*.iso
*.bin
*.dat
*.class
*.jar
*.war
*.ear
*.jks
*.key
*.cer
*.crt
*.pem
*.p12
*.pfx
*.keystore
.tool-versions
.node-version
dprint.json
yarn.lock
yarn-error.log
yarn.public.lock
api-documenter.json
api-extractor.base.json
hardhat.config.mainnet-fork.ts
ngrok.config.template.yml
package.public.json
tsconfig.base.json
.mocharc.yml
accounts.json
etc/lib-base.api.md
etc/lib-ethers.api.md
.npmignore
.npmrc
test-report.md
truffle-config.js
secrets.js.template
hardhat.config.echidna.js
hardhat.config.js
hardhat.config.mainnet-fork.js
hardhatAccountsList100k.js
hardhatAccountsList2k.js
brownie-config.yaml
Dockerfile
docker-compose.yml
index.html
vite.config.ts
yalc.lock
.eslintrc.cjs
.oxlintrc.json
eslint.config.js
graphql-codegen.ts
next.config.js
panda.config.ts
postcss.config.cjs
RELEASING.md
Banner.example.tsx
main.tsx
setupTests.ts
tsconfig.node.json
vite-env.d.ts
.gitattributes
Makefile
.solcover.js
fuzz
hardhat.config.js
hardhatAccountsList2k.js
package.json
remappings.txt
requirements.txt
slither.config.json
sourcify-chains.json
sourcify-config.js
tsconfig.json
.node-version
.tool-versions
dprint.json
INSTRUCTIONS.md
.gitmodules
.project # Generic IDE project file
.classpath # Generic IDE classpath file
.settings # Generic IDE settings directory
.factorypath # Generic IDE factorypath file
*.log # Log files
.DS_Store # macOS system files
Thumbs.db # Windows system files
Desktop.ini # Windows system files
.vscode # VS Code configuration directory
.idea # IntelliJ IDEA configuration directory
*.suo # Visual Studio solution user options
*.user # Visual Studio user options
*.bak # Backup files
*.orig # Original files (from merges, patches)
*.swp # Vim swap files
*.swo # Vim swap files
*.sps # Vim swap files
*.un~ # Emacs temporary files
*.rej # Reject files (from patches)
*.diff # Diff files
*.patch # Patch files
*.iml # IntelliJ IDEA module file
*.ipr # IntelliJ IDEA project file
*.iws # IntelliJ IDEA workspace file
*.min.js # Minified JavaScript files
*.min.css # Minified CSS files
*.map # Source map files
*.wasm # WebAssembly files
*.wasm.map # WebAssembly source map files
*.d.ts # TypeScript declaration files
.localized # macOS system files
.Trashes # macOS system files
._* # macOS system files
.AppleDouble # macOS system files
.LSOverride # macOS system files
Icon? # macOS system files
ehthumbs.db # Windows system files
ehthumbs_vista.db # Windows system files
*.psd # Photoshop files
*.ai # Adobe Illustrator files
*.sketch # Sketch files
*.graffle # OmniGraffle files
*.gdoc # Google Docs files
*.gslides # Google Slides files
*.gsheet # Google Sheets files
*.key # Keynote files
*.pages # Pages files
*.numbers # Numbers files
*.drawio # draw.io diagrams
*.svg # SVG files
*.svgz # Compressed SVG files
*.eps # Encapsulated PostScript files
*.pdf # PDF files
*.tiff # TIFF files
*.tif # TIFF files
*.gif # GIF files
*.ico # Icon files
*.cur # Cursor files
*.bmp # Bitmap files
*.jsonc # JSON with comments
*.lockb # Lock B files
*.pnpm # PNPM related files
*.tgz # Tar GZip archives
*.log* # Log files
*.npmdebug # NPM debug files
node_modules/ # Node.js modules directory
.cache/ # Cache directories
.tmp_cache/ # Temporary cache directories
.eslintcache # ESLint cache file
.prettiercache # Prettier cache file
.next/ # Next.js build directory
.nuxt/ # Nuxt.js build directory
.output/ # Nuxt.js output directory
dist/ # Distribution directory
build/ # Build directory
out/ # Output directory
package-lock.json # npm package-lock file
yarn.lock # Yarn lock file
pnpm-lock.yaml # pnpm lock file
report.xml # Test reports
coverage/ # Test coverage reports
.nyc_output/ # NYC test coverage output
.grunt/ # Grunt.js directory
.sass-cache/ # Sass cache directory
.webassets-cache/ # Webassets cache directory
.bundle/ # Ruby Bundler directory
.env.development # Environment files
.env.production
.env.local
.env.test
.env.staging
.env.*.local
.flaskenv # Flask environment file
.terraform/ # Terraform directory
*.tfplan # Terraform plan files
*.tfstate # Terraform state files
*.tfstate.backup # Terraform state backup files
.terraform.lock.hcl # Terraform lock file
*.zip # Zip archives
*.tar # Tar archives
*.tar.gz # Tar Gzip archives
*.rar # Rar archives
*.7z # 7z archives
*.dmg # macOS disk images
*.iso # ISO disk images
*.bin # Binary files
*.dat # Data files
*.class # Java class files
*.jar # Java JAR files
*.war # Java WAR files
*.ear # Java EAR files
*.jks # Java KeyStore files
*.key # Key files
*.cer # Certificate files
*.crt # Certificate files
*.pem # PEM files
*.p12 # PKCS#12 files
*.pfx # PFX files
*.keystore # Keystore files
.tool-versions # asdf tool-versions file
.node-version # Node.js version file
dprint.json # dprint configuration file
package.public.json # Public package.json
tsconfig.base.json # TypeScript base config
.mocharc.yml # Mocha config
accounts.json # Account config
etc/lib-base.api.md # API documentation
etc/lib-ethers.api.md # API documentation
.npmignore # npm ignore file
.npmrc # npm config file
test-report.md # Test report
truffle-config.js # Truffle config
secrets.js.template # Secrets template
hardhat.config.echidna.js # Hardhat config
hardhat.config.js # Hardhat config
hardhat.config.mainnet-fork.js # Hardhat config
hardhatAccountsList100k.js # Hardhat accounts list
hardhatAccountsList2k.js # Hardhat accounts list
brownie-config.yaml # Brownie config
Dockerfile # Dockerfile
docker-compose.yml # Docker Compose file
index.html # HTML file
vite.config.ts # Vite config
yalc.lock # Yalc lock file
.eslintrc.cjs # ESLint config
.oxlintrc.json # Oxlint config
eslint.config.js # ESLint config
graphql-codegen.ts # GraphQL Codegen config
next.config.js # Next.js config
panda.config.ts # Panda CSS config
postcss.config.cjs # PostCSS config
RELEASING.md # Releasing documentation
Banner.example.tsx # Example banner
main.tsx # Main TypeScript file
setupTests.ts # Test setup
tsconfig.node.json # TypeScript node config
vite-env.d.ts # Vite environment declaration
.gitattributes # Git attributes
Makefile # Makefile
.solcover.js # Solidity coverage config
fuzz # Fuzz testing directory
.gitmodules # Git submodules
foundry.toml # Foundry config