forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
65 lines (54 loc) · 938 Bytes
/
.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
# 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
# Windows thumbnails
Thumbs.db
# macOS
.DS_Store
# VSCode Files
.vscode
# Test results
test-results
# Misc
.idea/