forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (66 loc) · 1.18 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
77
78
# Dependencies directories
vendor
node_modules
npm/node_modules
bower_components
# Compiled files
assets/dist
assets/css
assets/fonts
assets/js
# Cache
cache/*
!cache/.gitkeep
# NPM / Yarn
.npm
.node_repl_history
npm-debug.log*
# Config files
config/config.php
includes/sys.config.php
# Custom files that can be created by the user
# old location
css/custom.css
includes/js/custom.js
includes/custom.php
# new possible locations
assets/custom
app/includes/custom.php
# Uploads
upload/files/*
upload/admin/*
upload/temp/*
upload/branding/*
upload/thumbnails/*
!upload/files/index.php
!upload/admin/index.php
!upload/temp/index.php
!upload/branding/index.php
!upload/thumbnails/index.php
!upload/files/.htaccess
!upload/admin/.htaccess
!upload/temp/.htaccess
!upload/branding/.htaccess
!upload/thumbnails/.htaccess
!upload/files/web.config
# Translations
lang/*
!lang/cftp_admin.pot
!lang/en.po
!lang/en.mo
templates/*/lang/*
!templates/*/lang/en.po
!templates/*/lang/en.mo
!templates/default/lang/default.pot
!templates/gallery/lang/gallery.pot
!templates/pinboxes/lang/pinboxes.pot
# Windows thumbnails
Thumbs.db
# macOS
.DS_Store
# VSCode Files
.vscode
# Test results
test-results
# Misc
.idea/