diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2021-11-09 22:24:46 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2021-11-09 22:24:46 +0100 |
commit | d1e7d7bf27e25405b6fcdd485e5aa1a3aeb46265 (patch) | |
tree | 3e6d73e7c7f28418afbb700e79ce558717f6b29a /.gitignore | |
download | lom_frontend-d1e7d7bf27e25405b6fcdd485e5aa1a3aeb46265.tar.gz lom_frontend-d1e7d7bf27e25405b6fcdd485e5aa1a3aeb46265.zip |
Add login system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..403adbc --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,23 @@ | |||
1 | .DS_Store | ||
2 | node_modules | ||
3 | /dist | ||
4 | |||
5 | |||
6 | # local env files | ||
7 | .env.local | ||
8 | .env.*.local | ||
9 | |||
10 | # Log files | ||
11 | npm-debug.log* | ||
12 | yarn-debug.log* | ||
13 | yarn-error.log* | ||
14 | pnpm-debug.log* | ||
15 | |||
16 | # Editor directories and files | ||
17 | .idea | ||
18 | .vscode | ||
19 | *.suo | ||
20 | *.ntvs* | ||
21 | *.njsproj | ||
22 | *.sln | ||
23 | *.sw? | ||