-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (62 loc) · 1.08 KB
/
.gitignore
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
# Composer files
vendor/*
# Data files
html/datadumps/*
db/dumps/
# Environment files
*.bak
config/settings.yml
config/*.apps.googleusercontent.com.json
db/backups/*.sql.gz
db/development/author_myself.sql
db/dumps/*.sql.gz
.env
# ExtJS 3.4.1.1 files
html/js/extjs/*
# ExtJS 6.2.0 files
html/admin/new/bootstrap.*
html/admin/new/app/Config.js
html/admin/new/build/*
html/admin/new/ext/*
html/admin/new/index.html
html/admin/new/overrides/*
html/admin/new/packages/*
html/admin/new/resources/*
html/admin/new/sass/*
html/admin/new/.sencha/*
# FlyExpress files
html/images/flyexpress/*
# GitBook html files
html/gitbook/*
# Log files
logs/*
*.log
# macOS hidden files
.DS_Store
._*
# Release output files
release_output/*.json
# UBIR data files
ubir/*.csv
ubir/*.zip
# Update output files
update_output/*.tsv
# VS Code files
Backups/*
Cache/*
CachedData/*
CachedExtensions/*
GPUCache/*
html/.vscode/*
html/Backups/*
html/Cache/*
html/CachedData/*
html/CachedExtensions/*
html/GPUCache/*
html/User/*
User/*
.vscode/launch.json
# Mysql Data
/mysql
# Statistics files
go/statistics/cmd/docs/*.txt