diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 14:21:17 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 14:21:17 +0400 |
| commit | 80c28510bc446c255e15117ad206d41f5bc2b231 (patch) | |
| tree | e8aa0bb740801be4a537053e96c02b50440089ea /.gitignore | |
first 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..b2de364 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +config/ +dist/ +bin/ +node_modules/
\ No newline at end of file |
