-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (35 loc) · 547 Bytes
/
.gitignore
File metadata and controls
41 lines (35 loc) · 547 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
37
38
39
40
41
# development
.vscode/chrome
*.db
# dependencies
/node_modules
# testing
/coverage
/.nyc_output
/cypress/downloads
/cypress/screenshots
/cypress/videos
/cypress/config/*
!/cypress/config/cypress.test.json
!/cypress/config/cypress.example.json
# production
deploy.sh
/build
/public/reset.html
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
poeditor-config.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Newer yarn files
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions