forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (42 loc) · 762 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
# Dependencies directories
vendor
node_modules
npm/node_modules
bower_components
# Compiled files
assets/dist
# 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 location
assets/custom
# Uploads
upload/files/*
upload/admin/*
upload/branding/*
upload/thumbnails/*
!upload/files/index.php
!upload/admin/index.php
!upload/branding/index.php
!upload/thumbnails/index.php
!upload/files/.htaccess
!upload/admin/.htaccess
!upload/branding/.htaccess
!upload/thumbnails/.htaccess
# Windows thumbnails
Thumbs.db
# macOS
.DS_Store
# Test results
test-results
# Misc
.idea/