diff --git a/.gitignore b/.gitignore index 0e095b075..d16812ab0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,37 @@ +#### OS +### Mac OS +## macOS system files .DS_Store + +##### Development +#### Node +## Node.js dependencies directory node_modules/ +## Build directories dist/ src/public/app-dist/ +## Log files generated npm-debug.log yarn-error.log +## Databases *.db +## Keys & Certs config.ini cert.key cert.crt +## Server-specific package.json server-package.json +#### ESLInt +## Cache +.eslintcache +### Tmp files +tmp/ + +##### IDEs +#### JetBrains .idea/httpRequests/ + +## --------------------- + data/ data-test/ -tmp/ -.eslintcache