mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
26 lines
325 B
Text
26 lines
325 B
Text
# OS
|
|
.DS_Store
|
|
|
|
# ignore node dependency directories & lock
|
|
node_modules
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
|
|
# ignore log files and local
|
|
*.log
|
|
*.local
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.history
|
|
|
|
# ignore compiled files
|
|
build
|
|
types
|
|
coverage
|
|
|
|
# ignore ide settings
|
|
.idea
|
|
.vscode
|