diff options
Diffstat (limited to 'opendc-web/opendc-web-ui/.gitignore')
| -rw-r--r-- | opendc-web/opendc-web-ui/.gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-ui/.gitignore b/opendc-web/opendc-web-ui/.gitignore new file mode 100644 index 00000000..4fa931fe --- /dev/null +++ b/opendc-web/opendc-web-ui/.gitignore @@ -0,0 +1,28 @@ +# Dependencies +/node_modules + +# Testing +/coverage + +# Production +/build + +# Misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# IntelliJ IDEA +/.idea + +# Environment variables +.env + +# Sass output +*.css |
