Commit 1a61553c authored by tom's avatar tom

add more ignores

parent cb11f92e
Dockerfile
.dockerignore
node_modules
node_modules_linux
npm-debug.log
README.md
.next
......
node_modules
\ No newline at end of file
node_modules
node_modules_linux
\ No newline at end of file
......@@ -17,5 +17,5 @@
"baseUrl": ".",
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "additional.d.ts", "decs.d.ts"],
"exclude": ["node_modules"],
"exclude": ["node_modules", "node_modules_linux"],
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment