📝 Added tmp to gitignore main

This commit is contained in:
Nikolaj Frey 2024-03-24 21:02:50 +11:00
parent 08927e2be9
commit baf0e57f07
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -18,4 +18,6 @@ public/build/*
api/index.js api/index.js
api/index.js.map api/index.js.map
pnpm-lock.yaml pnpm-lock.yaml
tmp/*

View File

@ -13,4 +13,4 @@ module.exports = {
// ignore_watch: [], // ignore_watch: [],
// }, // },
] ]
} };