-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.magicodeconfig
98 lines (86 loc) · 1.74 KB
/
.magicodeconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
### Version: 0.15.1 ###
# 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
.magicodeconfig
**/*.lock
**/*.log
**/*.magicode-modified*
**/.*/**
.*/**
###########################################################
### 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 one of the below 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
###########################################################
### DO NOT MODIFY THIS SEPARATOR ###
###########################################################
# ========================
# Below, you can specify the maximum size (in MB) of a file that MagiCode should read.
# Files larger than this size will be ignored.
# Note that reading a large file can slow down the extension or lead to errors.
# It is recommended to keep it below 0.4 MB.
# ========================
MAX_SIZE_MB = 0.1