about summary refs log tree commit diff
path: root/.gitignore
blob: 5a30890e4804f2b91e97487719db8331671c2144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/.idea/
/.vscode/

.DS_STORE

/build/
/log/*
.env

node_modules/

!*.gitkeep