aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: e4e42b219df974743a01f9b785b75ba64df157dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.DS_Store
/target
*/target
.env
.idea/
.vscode/
result
publish.sh
.envrc

ui/backend/target
ui/backend/gen

sqlite-server.db*