-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (50 loc) · 1.02 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
# emacs files
*~
# downloaded packages in node modules
node_modules/
# ignore the .env file
.env
cloud-env-file.txt
# ignore the current house wallpapers
house-vert.jpg
house-1920.jpg
# ignore all files in converted except x
converted/*
!converted/x
# ignore all files in uploaeded except x
uploaded/*
!uploaded/x
# service account
glass-spades-service-account.json
# ignore the yarn error log file
yarn-error.log
# ignore the sitemap file
sitemap.xml
# cron.log
cron.log
# scripts folder
scripts/
#local host certificates
localhost-certs/
# ignore the .cache created by puppeteer
.cache/
#ignore the static directory
static/*
!static/x
!static/listings/
static/listings/*
!static/listings/x
!static/rentals-filters/
static/rentals-filters/*
!static/rentals-filters/x
!static/sales-filters/
static/sales-filters/*
!static/sales-filters/x
!static/article-lists/
static/article-lists/*
!static/article-lists/x
!static/articles/
static/articles/*
!static/articles/x
# draft html for testing blogging functionality
lorem-ipsum.html