commit aac78148d7d186f1772a90382969549766f425b6 Author: anperederi Date: Thu Dec 14 15:38:14 2023 +0100 :see_no_evil: add .gitignore file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f5f293 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +.idea +node_modules +dist +.vscode +*.swp +*.swo +.env + +# Cache file on macOS +.DS_Store + +.phpunit.cache + +# Cache files for Sublime Text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# Workspace files are user-specific +*.sublime-workspace + +# Project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using Sublime Text +*.sublime-project + +# SFTP configuration file +sftp-config.json +sftp-config-alt*.json + +*.log* +coverage/