diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index e9f3f39c..9629f85c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,6 @@ api/assets/plugins/*.js bundle/depclean.* *.tmp tmp/ - -assets/cache/ \ No newline at end of file +assets/cache/ +*.generated +initial.json |