Newer
Older
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
# docker
Dockerfile*
docker-compose*
# git
.git
.gitignore
# npm & yarn
node_modules
npm-debug.log
package-lock.json
yarn-error.log
# misc
.devcontainer
.DS_Store
.vscode
app.pid
# environment files
.env*
*.env
# app
editors/demo/build/
coverage/
cypress/
logs/
stories/
tmp/
# Include README.md and LICENSE.md, exlcude the rest
*.md
!README.md
!LICENSE.md
# development config files
# .eslintrc.js
.commitlintrc.js
.cz-config.js
.gitlab-ci.yml
.linstagedrc.js
# .prettierrc.js
# .stylelintrc.js