summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 602e0c5..fc25205 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,9 @@
.DS_Store
node_modules
-dist
+/dist
hint-report
src/assets/news.json
+src/assets/news-full.json
# local env files
.env.local
@@ -12,6 +13,7 @@ src/assets/news.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
+pnpm-debug.log*
# Editor directories and files
.idea