37 lines
397 B
Plaintext
37 lines
397 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
.gitignore
|
|
LICENSE
|
|
.vscode
|
|
.github
|
|
assets
|
|
coverage
|
|
docs
|
|
test
|
|
.codecov.yml
|
|
.eslint*
|
|
.prettier*
|
|
.(yarn|npm|nvm)rc
|
|
*.md
|
|
process.json
|
|
app.json
|
|
.travis.yml
|
|
app-minimal
|
|
.idea
|
|
.env
|
|
.editorconfig
|
|
Procfile
|
|
now.json
|
|
jsconfig.json
|
|
package-lock.json
|
|
|
|
#git but keep the git commit hash
|
|
.git/logs
|
|
.git/objects
|
|
.git/index
|
|
.git/info
|
|
.git/hooks
|