-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy path.magicodeignore
82 lines (72 loc) · 1.15 KB
/
.magicodeignore
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
# 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