forked from modxcms/evolution
-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (47 loc) · 1011 Bytes
/
.gitignore
File metadata and controls
62 lines (47 loc) · 1011 Bytes
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
# assets
/assets/backup/*
!/assets/backup/index.html
/assets/cache/*
!/assets/cache/index.html
!/assets/cache/siteManager.php
!/assets/cache/sitePublishing.idx.php
!/assets/cache/images/index.html
!/assets/cache/rss/index.html
!/assets/cache/updater/index.html
/assets/docs/*
!/assets/docs/changelog.txt
!/assets/docs/index.html
!/assets/docs/license.txt
/assets/export/*
!/assets/export/index.html
/assets/files/*
!/assets/files/index.html
/assets/images/*
!/assets/images/index.html
!/assets/images/evo-logo.png
/assets/import/*
!/assets/import/index.html
# Manager
/manager/includes/config.inc.php
/manager/media/style/default/css/styles.min.css
# Composer
/composer.phar
/vendor
!/vendor/index.html
# IDE Helper
evo_evolution.IDEhelper.php
_ide_helper.php
#node.JS
/node_modules
npm-debug.log
#docker
/docker/nginx/logs/*
# System
ftpsync.settings
Thumbs.db
Desktop.ini
# SQLite database
/core/database/*.sqlite
# all dotfiles and dotfolders except do not ignore .gitignore
**/.*
!.gitignore