diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b5a8246e..a582a2f3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,26 @@ files/ config.json .vscode/settings.json -api/assets/plugins/*.js \ No newline at end of file +api/assets/plugins/*.js +.idea/ +*.code-workspace + + +*.log +*.log.ansi +bundle/depclean.* +*.tmp +tmp/ +assets/cache/ +*.generated +initial.json +.yarn/cache +build.json + +yarn.lock + +.yarn/install-state.gz + +dbconf.json + +migrations.db |