added .gitignore

This commit is contained in:
Joonas 2023-01-12 17:04:28 +02:00
parent c3cca4e80a
commit 7b2266db90
2 changed files with 12 additions and 0 deletions

4
.eslintrc.js Normal file
View File

@ -0,0 +1,4 @@
/** @type {import('eslint').Linter.Config} */
module.exports = {
extends: ["@remix-run/eslint-config", "@remix-run/eslint-config/node"],
};

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
node_modules
/.cache
/build
/public/build
.env
/public/uploads
/prisma/dev.db