diff options
author | Daniel Weipert <code@drogueronin.de> | 2020-12-21 16:11:17 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2020-12-21 16:11:17 +0100 |
commit | 0d1da4356173e926fdcac42462daa4fcb7617109 (patch) | |
tree | 79535a3dca38b60c1ca93ff351c00e1464b0536b /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..132eec5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/vendor +/node_modules +/build +/languages/*.mo |