From 519437491603048d09964327d44b02b4bea2d9e7 Mon Sep 17 00:00:00 2001 From: nael <39710677+naelob@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:34:02 +0200 Subject: [PATCH] Delete .magicodeignore --- .magicodeignore | 82 ------------------------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 .magicodeignore diff --git a/.magicodeignore b/.magicodeignore deleted file mode 100644 index 7c65046e7..000000000 --- a/.magicodeignore +++ /dev/null @@ -1,82 +0,0 @@ - -# This file is automatically generated by MagiCode -# You can control which files and folders are ignored, or read by MagiCode - -# ======================== -# Ignore specific folders: -# By default, the below folder patterns contain build artifacts or temporary files -# ======================== - -**/node_modules -**/__pycache__ -**/bin -**/obj -**/dist -**/out -**/build -**/target -**/env -**/venv -**/temp -**/tmp -**/flask_session -**/.* -.* - -# ======================== -# Ignore specific files -# ======================== - -.gitignore -.magicodeignore -**/*.lock -**/*.log - - -########################################################### -### DO NOT MODIFY THIS SEPARATOR ### -########################################################### - -# ======================== -# Below, you can specify the file extensions that MagiCode should read -# A default list of common file extensions is provided -# Files that do not have these extensions will be ignored -# ======================== - -.js -.jsx -.ts -.tsx -.py -.java -.c -.cs -.cpp -.h -.hpp -.go -.rb -.php -.sh -.json -.md -.txt -.csv -.html -.css -.sql -.xml -.yaml -.yml -.toml -.ini -.cfg -.conf -.bat -.kt -.swift -.m -.r -.hbs -.ejs -