Skip to content
Snippets Groups Projects
Commit 61238efd authored by Chif Gergő's avatar Chif Gergő
Browse files

Add ignore files

parent cad0b280
No related branches found
No related tags found
2 merge requests!7update master to dev,!1Configuration
.*rc.js
.eslintrc*.js
.prettierrc.js
......@@ -51,8 +51,6 @@ package-lock.json
*.jpg
*.ico
# misc
.*ignore
# Docker files
Dockerfile*
Dockerfile.*
......
# from .gitignore
# dependencies
node_modules
.pnp
.pnp.js
# Tests
coverage
.nyc_output
# compiled output
build
dist
# env
*.env*
# OS
.DS_Store
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# tools
.eslintcache
# IDE
*.*workspace*
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.vscode
# commit these, but ignore format
# lock files
yarn.lock
package-lock.json
# assets
*.png
*.jpeg
*.jpg
*.ico
# misc
.*ignore
# Docker files
Dockerfile*
Dockerfile.*
docker-compose.*
# Configuration files
config/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment