Commit 1a61553c authored by tom's avatar tom

add more ignores

parent cb11f92e
Dockerfile Dockerfile
.dockerignore .dockerignore
node_modules node_modules
node_modules_linux
npm-debug.log npm-debug.log
README.md README.md
.next .next
......
node_modules node_modules
\ No newline at end of file node_modules_linux
\ No newline at end of file
...@@ -17,5 +17,5 @@ ...@@ -17,5 +17,5 @@
"baseUrl": ".", "baseUrl": ".",
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "additional.d.ts", "decs.d.ts"], "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