source: tanzpartie-hugo/themes/bilberry-hugo-theme/.gitignore

Last change on this file was 16971, checked in by Henrik Bettermann, 2 years ago
File size: 2.9 KB
Line 
1# hugo
2.hugo_build.lock
3
4mix-manifest.json
5# Created by https://www.gitignore.io/api/node,sass,linux,macos,sublimetext
6
7### Linux ###
8*~
9
10# temporary files which can be created if a process still has a handle open of a deleted file
11.fuse_hidden*
12
13# KDE directory preferences
14.directory
15
16# Linux trash folder which might appear on any partition or disk
17.Trash-*
18
19# .nfs files are created when an open file is removed but is still being accessed
20.nfs*
21
22### macOS ###
23*.DS_Store
24.AppleDouble
25.LSOverride
26
27# Icon must end with two \r
28Icon
29
30# Thumbnails
31._*
32
33# Files that might appear in the root of a volume
34.DocumentRevisions-V100
35.fseventsd
36.Spotlight-V100
37.TemporaryItems
38.Trashes
39.VolumeIcon.icns
40.com.apple.timemachine.donotpresent
41
42# Directories potentially created on remote AFP share
43.AppleDB
44.AppleDesktop
45Network Trash Folder
46Temporary Items
47.apdisk
48
49### Node ###
50# Logs
51logs
52*.log
53npm-debug.log*
54yarn-debug.log*
55yarn-error.log*
56
57# Runtime data
58pids
59*.pid
60*.seed
61*.pid.lock
62
63# Directory for instrumented libs generated by jscoverage/JSCover
64lib-cov
65
66# Coverage directory used by tools like istanbul
67coverage
68
69# nyc test coverage
70.nyc_output
71
72# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
73.grunt
74
75# Bower dependency directory (https://bower.io/)
76bower_components
77
78# node-waf configuration
79.lock-wscript
80
81# Compiled binary addons (http://nodejs.org/api/addons.html)
82build/Release
83
84# Dependency directories
85node_modules/
86jspm_packages/
87
88# Typescript v1 declaration files
89typings/
90
91# Optional npm cache directory
92.npm
93
94# Optional eslint cache
95.eslintcache
96
97# Optional REPL history
98.node_repl_history
99
100# Output of 'npm pack'
101*.tgz
102
103# Yarn Integrity file
104.yarn-integrity
105
106# dotenv environment variables file
107.env
108
109
110### Sass ###
111.sass-cache/
112*.css.map
113
114### SublimeText ###
115# cache files for sublime text
116*.tmlanguage.cache
117*.tmPreferences.cache
118*.stTheme.cache
119
120# workspace files are user-specific
121*.sublime-workspace
122
123# project files should be checked into the repository, unless a significant
124# proportion of contributors will probably not be using SublimeText
125# *.sublime-project
126
127# sftp configuration file
128sftp-config.json
129
130# Package control specific files
131Package Control.last-run
132Package Control.ca-list
133Package Control.ca-bundle
134Package Control.system-ca-bundle
135Package Control.cache/
136Package Control.ca-certs/
137Package Control.merged-ca-bundle
138Package Control.user-ca-bundle
139oscrypto-ca-bundle.crt
140bh_unicode_properties.cache
141
142# Sublime-github package stores a github token in this file
143# https://packagecontrol.io/packages/sublime-github
144GitHub.sublime-settings
145
146# End of https://www.gitignore.io/api/node,sass,linux,macos,sublimetext
147
148testing/testing-example-site/public
149testing/testing-example-site/public0
150testing/testing-example-site/public1
151testing/testing-example-site/public2
152testing/testing-example-site/public3
153testing/testing-example-site/public4
154testing/testing-example-site/resources
155testing/testing-example-site/themes
156
157# IntelliJ IDEA
158*.iml
Note: See TracBrowser for help on using the repository browser.