aboutsummaryrefslogtreecommitdiff
path: root/frontend/.gitignore
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-01-07 12:54:34 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-01-07 12:54:34 +0300
commitad3762495bd7122623a64fd5c660024b1922c56d (patch)
tree0ff4f37f7cbcf4d9f947adf7b55dc6038c4aac8b /frontend/.gitignore
parentwhat the fuck is this mess (#21) (diff)
downloadlphub-ad3762495bd7122623a64fd5c660024b1922c56d.tar.gz
lphub-ad3762495bd7122623a64fd5c660024b1922c56d.tar.bz2
lphub-ad3762495bd7122623a64fd5c660024b1922c56d.zip
switch to react
Diffstat (limited to 'frontend/.gitignore')
-rw-r--r--frontend/.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/.gitignore b/frontend/.gitignore
new file mode 100644
index 0000000..a547bf3
--- /dev/null
+++ b/frontend/.gitignore
@@ -0,0 +1,24 @@
1# Logs
2logs
3*.log
4npm-debug.log*
5yarn-debug.log*
6yarn-error.log*
7pnpm-debug.log*
8lerna-debug.log*
9
10node_modules
11dist
12dist-ssr
13*.local
14
15# Editor directories and files
16.vscode/*
17!.vscode/extensions.json
18.idea
19.DS_Store
20*.suo
21*.ntvs*
22*.njsproj
23*.sln
24*.sw?