blob: 8adb0bf744ed8c29fa6a4adff701d5c2f5cb30ee [file] [log] [blame]
Marc Kupietzd8f3a7f2025-06-03 16:09:41 +02001# Node.js
2node_modules/
3npm-debug.log*
4yarn-debug.log*
5yarn-error.log*
6lerna-debug.log*
7.npm
8.eslintcache
9
10# Runtime data
11pids
12*.pid
13*.seed
14*.pid.lock
15
16# Coverage directory used by tools like istanbul
17coverage/
18*.lcov
19
20# nyc test coverage
21.nyc_output
22
23# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
24.grunt
25
26# Bower dependency directory (https://bower.io/)
27bower_components
28
29# node-waf configuration
30.lock-wscript
31
32# Compiled binary addons (https://nodejs.org/api/addons.html)
33build/Release
34
35# Dependency directories
36jspm_packages/
37
38# TypeScript cache
39*.tsbuildinfo
40
41# Optional npm cache directory
42.npm
43
44# Optional eslint cache
45.eslintcache
46
47# Optional REPL history
48.node_repl_history
49
50# Output of 'npm pack'
51*.tgz
52
53# Yarn Integrity file
54.yarn-integrity
55
56# dotenv environment variables file
57.env
58.env.test
59.env.production
60.env.local
61
62# parcel-bundler cache (https://parceljs.org/)
63.cache
64.parcel-cache
65
66# Next.js build output
67.next
68
69# Nuxt.js build / generate output
70.nuxt
71dist
72
73# Gatsby files
74.cache/
75public
76
77# Storybook build outputs
78.out
79.storybook-out
80
81# Temporary folders
82tmp/
83temp/
84
85# Test artifacts
86test-results.xml
87failed_*.png
88screenshots/
89*.log
90
91# OS generated files
92.DS_Store
93.DS_Store?
94._*
95.Spotlight-V100
96.Trashes
97ehthumbs.db
98Thumbs.db
99
100# IDE and editor files
101.vscode/
102.idea/
103*.swp
104*.swo
105*~
106
107# GitLab CI local testing
108.gitlab-ci-local/
109
110# Puppeteer downloads
111.local-chromium/
112.local-firefox/
113
114# Mocha/Chai specific
115mochawesome-report/
116
117# Local configuration files
118config/local.json
119config/development.json
120config/production.json
121
122# Backup files
123*.bak
124*.backup
Marc Kupietzb00e8462025-06-27 15:41:00 +0200125
126# Chrome
127chrome-headless-shell/
128chrome/
129chromium/