From 3451b9ba9d91f3bfcf56cd396ad10f52b8bba0bb Mon Sep 17 00:00:00 2001 From: Alyx LE GUEN Date: Fri, 3 May 2024 14:00:31 +0000 Subject: [PATCH] Delete a swp file and add a .gitignore to avoid committing dev file --- .entrypoint.sh.swp | 0 .gitignore | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) delete mode 100644 .entrypoint.sh.swp create mode 100644 .gitignore diff --git a/.entrypoint.sh.swp b/.entrypoint.sh.swp deleted file mode 100644 index e69de29b..00000000 diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4c5ccb50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Laravel / Dependencies +/vendor +.env +/public/.htaccess +/storage +storage/*.key +node_modules +.cache/ + +# IDEs / editors / System Files +*.swp +*.swo +.idea +.vscode +.history +ehthumbs.db +Thumbs.db +.DS_Store +.DS_Store? +.Spotlight-V100 +.Trashes +.bash_history + +# log files and databases +*.log +*.sql +*.sqlite \ No newline at end of file