forked from pikusov/Simpla
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
54 lines (42 loc) · 811 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
# ignore OS generated files
ehthumbs.db
Thumbs.db
*.DS_Store
# ignore log files
*.log
# ignore dependency directories
node_modules/
/vendor
# ignore letsencrypt
.well-known
# compiled smarty
compiled/*
simpla/design/compiled/*
*.tpl.php
# logos brands
/files/brands/*
!/files/brands/index.html
# logos categories
/files/categories/*
!/files/categories/index.html
# digital products
/files/downloads/*
!/files/downloads/.htaccess
!/files/downloads/index.html
# original images products
/files/originals/*
!/files/originals/.htaccess
!/files/originals/index.html
# resizes images products
/files/products/*
!/files/products/index.html
# uploads
/files/uploads/*
!/files/uploads/index.html
# ignore Editor files
*.sublime-project
*.sublime-workspace
*.komodoproject
*.vscode
# IDE Project files
/.idea