]> BookStack Code Mirror - system-cli/commitdiff
Initial commit of gitignore
authorDan Brown <redacted>
Thu, 9 Mar 2023 15:27:56 +0000 (15:27 +0000)
committerDan Brown <redacted>
Thu, 9 Mar 2023 15:27:56 +0000 (15:27 +0000)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..90b80e7
--- /dev/null
@@ -0,0 +1,28 @@
+/vendor
+/node_modules
+Homestead.yaml
+.env
+.idea
+npm-debug.log
+yarn-error.log
+/public/dist
+/public/plugins
+/public/css
+/public/js
+/public/bower
+/public/build/
+/public/favicon.ico
+/storage/images
+_ide_helper.php
+/storage/debugbar
+.phpstorm.meta.php
+yarn.lock
+/bin
+nbproject
+.buildpath
+.project
+.settings/
+webpack-stats.json
+.phpunit.result.cache
+.DS_Store
+phpstan.neon
\ No newline at end of file