Created separate project for frontend

This commit is contained in:
Ziver Koc 2021-11-20 23:03:05 +01:00
parent 030531277c
commit 64edb1219a
95 changed files with 27768 additions and 25 deletions

30
.gitignore vendored
View file

@ -1,15 +1,33 @@
### Trader files
# Trader files
trader.conf
trader.db*
### virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Intellij
.idea/
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
### Gradle
# Gradle
build/
bin/
target/
.gradle/
.gradle/
# JS specific ignores
.DS_Store
node_modules
dist/
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*