-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (76 loc) · 1.51 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
### Hugo ###
# Backup Files
# Bower dependency directory (https://bower.io/)
# Build and Release Folders
# Compiled binary addons (http://nodejs.org/api/addons.html)
# Coverage directory used by tools like istanbul
# Dependency directories
# Directory for instrumented libs generated by jscoverage/JSCover
# Executable may be added to repository
# Executables
# For a team working on the same Firebase project(s), it is recommended to leave
# Generated files by hugo
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
# Logs
# Optional REPL history
# Optional eslint cache
# Optional npm cache directory
# Other files and folders
# Output of 'npm pack'
# Runtime data
# Temporary lock file while building
# Uncomment this if you'd like others to create their own Firebase project.
# Yarn Integrity file
# dotenv environment variables file
# hugo public
# gh pages docs is required through
# node-waf configuration
# nyc test coverage
# tmp audio and video files
*.air
*.apk
*.ipa
*.log
*.pid
*.pid.lock
*.seed
*.swf
*.tgz
.DS_Store
.env
.eslintcache
.firebase/
.grunt
.hugo_build.lock
.lock-wscript
.node_repl_history
.npm
.nyc_output
.settings/
.yarn-integrity
/.hugo_build.lock
/assets/jsconfig.json
/public/
/resources/_gen/
[Bb]in/ # FlashDevelop bin
[Oo]bj/ # FlashDevelop obj
bin-debug/
bin-release/
bin/
bower_components
build/Release
coverage
firebase-debug.log*
hugo.darwin
hugo.exe
hugo.linux
hugo_stats.json
lib-cov
logs
media/
node_modules/
npm-debug.log*
pids
public
yarn-debug.log*
yarn-error.log*