1+ # Created by https://www.toptal.com/developers/gitignore/api/hugo,node,macos,webstorm
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=hugo,node,macos,webstorm
3+
4+ # ## Hugo ###
5+ # Generated files by hugo
6+ /public /
7+ /resources /_gen /
8+ /assets /jsconfig.json
9+ hugo_stats.json
10+ hugo /hugo /themes /*
11+
12+ # Executable may be added to repository
13+ hugo.exe
14+ hugo.darwin
15+ hugo.linux
16+
17+ # Temporary lock file while building
18+ /.hugo_build.lock
19+
20+ # ## macOS ###
21+ # General
22+ .DS_Store
23+ .AppleDouble
24+ .LSOverride
25+
26+ # Icon must end with two \r
27+ Icon
28+
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
45+ Network Trash Folder
46+ Temporary Items
47+ .apdisk
48+
49+ # ## macOS Patch ###
50+ # iCloud generated files
51+ * .icloud
52+
53+ # ## Node ###
54+ # Logs
55+ logs
56+ * .log
57+ npm-debug.log *
58+ yarn-debug.log *
59+ yarn-error.log *
60+ lerna-debug.log *
61+ .pnpm-debug.log *
62+
63+ # Diagnostic reports (https://nodejs.org/api/report.html)
64+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
65+
66+ # Runtime data
67+ pids
68+ * .pid
69+ * .seed
70+ * .pid.lock
71+
72+ # Directory for instrumented libs generated by jscoverage/JSCover
73+ lib-cov
74+
75+ # Coverage directory used by tools like istanbul
76+ coverage
77+ * .lcov
78+
79+ # nyc test coverage
80+ .nyc_output
81+
82+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
83+ .grunt
84+
85+ # Bower dependency directory (https://bower.io/)
86+ bower_components
87+
88+ # node-waf configuration
89+ .lock-wscript
90+
91+ # Compiled binary addons (https://nodejs.org/api/addons.html)
92+ build /Release
93+
94+ # Dependency directories
95+ node_modules /
96+ jspm_packages /
97+
98+ # Snowpack dependency directory (https://snowpack.dev/)
99+ web_modules /
100+
101+ # TypeScript cache
102+ * .tsbuildinfo
103+
104+ # Optional npm cache directory
105+ .npm
106+
107+ # Optional eslint cache
108+ .eslintcache
109+
110+ # Optional stylelint cache
111+ .stylelintcache
112+
113+ # Microbundle cache
114+ .rpt2_cache /
115+ .rts2_cache_cjs /
116+ .rts2_cache_es /
117+ .rts2_cache_umd /
118+
119+ # Optional REPL history
120+ .node_repl_history
121+
122+ # Output of 'npm pack'
123+ * .tgz
124+
125+ # Yarn Integrity file
126+ .yarn-integrity
127+
128+ # dotenv environment variable files
129+ .env
130+ .env.development.local
131+ .env.test.local
132+ .env.production.local
133+ .env.local
134+
135+ # parcel-bundler cache (https://parceljs.org/)
136+ .cache
137+ .parcel-cache
138+
139+ # Next.js build output
140+ .next
141+ out
142+
143+ # Nuxt.js build / generate output
144+ .nuxt
145+ dist
146+
147+ # Gatsby files
148+ .cache /
149+ # Comment in the public line in if your project uses Gatsby and not Next.js
150+ # https://nextjs.org/blog/next-9-1#public-directory-support
151+ # public
152+
153+ # vuepress build output
154+ .vuepress /dist
155+
156+ # vuepress v2.x temp and cache directory
157+ .temp
158+
159+ # Docusaurus cache and generated files
160+ .docusaurus
161+
162+ # Serverless directories
163+ .serverless /
164+
165+ # FuseBox cache
166+ .fusebox /
167+
168+ # DynamoDB Local files
169+ .dynamodb /
170+
171+ # TernJS port file
172+ .tern-port
173+
174+ # Stores VSCode versions used for testing VSCode extensions
175+ .vscode-test
176+
177+ # yarn v2
178+ .yarn /cache
179+ .yarn /unplugged
180+ .yarn /build-state.yml
181+ .yarn /install-state.gz
182+ .pnp. *
183+
184+ # ## Node Patch ###
185+ # Serverless Webpack directories
186+ .webpack /
187+
188+ # Optional stylelint cache
189+
190+ # SvelteKit build / generate output
191+ .svelte-kit
192+
193+ # ## WebStorm ###
194+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
195+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
196+
197+ # User-specific stuff
198+ .idea /** /workspace.xml
199+ .idea /** /tasks.xml
200+ .idea /** /usage.statistics.xml
201+ .idea /** /dictionaries
202+ .idea /** /shelf
203+
204+ # AWS User-specific
205+ .idea /** /aws.xml
206+
207+ # Generated files
208+ .idea /** /contentModel.xml
209+
210+ # Sensitive or high-churn files
211+ .idea /** /dataSources /
212+ .idea /** /dataSources.ids
213+ .idea /** /dataSources.local.xml
214+ .idea /** /sqlDataSources.xml
215+ .idea /** /dynamic.xml
216+ .idea /** /uiDesigner.xml
217+ .idea /** /dbnavigator.xml
218+
219+ # Gradle
220+ .idea /** /gradle.xml
221+ .idea /** /libraries
222+
223+ # Gradle and Maven with auto-import
224+ # When using Gradle or Maven with auto-import, you should exclude module files,
225+ # since they will be recreated, and may cause churn. Uncomment if using
226+ # auto-import.
227+ # .idea/artifacts
228+ # .idea/compiler.xml
229+ # .idea/jarRepositories.xml
230+ # .idea/modules.xml
231+ # .idea/*.iml
232+ # .idea/modules
233+ # *.iml
234+ # *.ipr
235+
236+ # CMake
237+ cmake-build- * /
238+
239+ # Mongo Explorer plugin
240+ .idea /** /mongoSettings.xml
241+
242+ # File-based project format
243+ * .iws
244+
245+ # IntelliJ
246+ out /
247+
248+ # mpeltonen/sbt-idea plugin
249+ .idea_modules /
250+
251+ # JIRA plugin
252+ atlassian-ide-plugin.xml
253+
254+ # Cursive Clojure plugin
255+ .idea /replstate.xml
256+
257+ # SonarLint plugin
258+ .idea /sonarlint /
259+
260+ # Crashlytics plugin (for Android Studio and IntelliJ)
261+ com_crashlytics_export_strings.xml
262+ crashlytics.properties
263+ crashlytics-build.properties
264+ fabric.properties
265+
266+ # Editor-based Rest Client
267+ .idea /httpRequests
268+
269+ # Android studio 3.1+ serialized cache file
270+ .idea /caches /build_file_checksums.ser
271+
272+ # ## WebStorm Patch ###
273+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
274+
275+ # *.iml
276+ # modules.xml
277+ # .idea/misc.xml
278+ # *.ipr
279+
280+ # Sonarlint plugin
281+ # https://plugins.jetbrains.com/plugin/7973-sonarlint
282+ .idea /** /sonarlint /
283+
284+ # SonarQube Plugin
285+ # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
286+ .idea /** /sonarIssues.xml
287+
288+ # Markdown Navigator plugin
289+ # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
290+ .idea /** /markdown-navigator.xml
291+ .idea /** /markdown-navigator-enh.xml
292+ .idea /** /markdown-navigator /
293+
294+ # Cache file creation bug
295+ # See https://youtrack.jetbrains.com/issue/JBR-2257
296+ .idea /$CACHE_FILE$
297+
298+ # CodeStream plugin
299+ # https://plugins.jetbrains.com/plugin/12206-codestream
300+ .idea /codestream.xml
301+
302+ # Azure Toolkit for IntelliJ plugin
303+ # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
304+ .idea /** /azureSettings.xml
305+
306+ # End of https://www.toptal.com/developers/gitignore/api/hugo,node,macos,webstorm
307+
308+ scripts /
0 commit comments