chore: cleanup gitignore

Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-12 17:34:23 +02:00
parent bbcf56f310
commit 09232cf9d9
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

24
.gitignore vendored
View file

@ -2,13 +2,12 @@ node_modules/
# Editors # Editors
.vscode .vscode
.idea/
.iml
# Logs # Logs
logs
*.log *.log
npm-debug.log* npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data # Runtime data
pids pids
@ -25,24 +24,12 @@ coverage
# nyc test coverage # nyc test coverage
.nyc_output .nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration # node-waf configuration
.lock-wscript .lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Other Dependency directories # Other Dependency directories
jspm_packages/ jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory # Optional npm cache directory
.npm .npm
@ -61,12 +48,5 @@ typings/
# dotenv environment variables file # dotenv environment variables file
.env .env
# next.js build output
.next
# ./wrapper/dist gets included in top-level ./dist # ./wrapper/dist gets included in top-level ./dist
wrapper/dist wrapper/dist
# Jetbrains IDEs
.idea/
.iml