diff --git a/.gitignore b/.gitignore index 538a32f..8b646c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,3 @@ -# Go -*.db -*.db-journal -*.db-wal -*.db-shm - -# IDE -.idea/ - -# Node +/.idea/* web/node_modules/ -web/dist/ - -# OS -.DS_Store -Thumbs.db +web/dist/ \ No newline at end of file