forked from hodgef/react-simple-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (28 loc) · 643 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (28 loc) · 643 Bytes
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
# Root dependencies
/node_modules
/.pnp
.pnp.js
# Testing
/coverage
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# System files
.DS_Store
# IDE/editor settings
.vscode
# Local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Prevent Git metadata confusion
_git*
# --- Packages rules ---
# DO NOT ignore simple-keyboard build output!
# But still ignore other node_modules inside packages if they exist
/packages/*/node_modules
# If you use other tools that might output builds inside packages, exclude selectively
# (e.g., if you later add a /dist/ folder to other packages)
/packages/*/dist