diff --git a/.gitignore b/.gitignore index e1825952..a21da624 100644 --- a/.gitignore +++ b/.gitignore @@ -20,11 +20,12 @@ output/ # Dependency directories (remove the comment below to include it) # vendor/ -bin/* +/bin/* *.json -data/ -log/ -lang/ -daemon/ -public/dist/* -!public/dist/README.md \ No newline at end of file +/build +/data/ +/log/ +/lang/ +/daemon/ +/public/dist/* +/!public/dist/README.md