forked from woowalearning/mini-notion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
400 lines (322 loc) · 8.13 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
## Node.js
node_modules
# Created by .ignore support plugin (hsz.mobi)
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
backend/.idea/**/workspace.xml
backend/.idea/**/tasks.xml
backend/.idea/dictionaries
# Sensitive or high-churn files:
backend/.idea/**/dataSources/
backend/.idea/**/dataSources.ids
backend/.idea/**/dataSources.xml
backend/.idea/**/dataSources.local.xml
backend/.idea/**/sqlDataSources.xml
backend/.idea/**/dynamic.xml
backend/.idea/**/uiDesigner.xml
# Gradle:
backend/.idea/**/gradle.xml
backend/.idea/**/libraries
# CMake
backend/cmake-build-debug/
# Mongo Explorer plugin:
backend/.idea/**/mongoSettings.xml
## File-based project format:
backend/*.iws
## Plugin-specific files:
# IntelliJ
backend/out/
# mpeltonen/sbt-idea plugin
backend/.idea_modules/
# JIRA plugin
backend/atlassian-ide-plugin.xml
# Cursive Clojure plugin
backend/.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
backend/com_crashlytics_export_strings.xml
backend/crashlytics.properties
backend/crashlytics-build.properties
backend/fabric.properties
### VisualStudio template
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
backend/*.suo
backend/*.user
backend/*.userosscache
backend/*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
backend/*.userprefs
# Build results
backend/[Dd]ebug/
backend/[Dd]ebugPublic/
backend/[Rr]elease/
backend/[Rr]eleases/
backend/x64/
backend/x86/
backend/bld/
backend/[Bb]in/
backend/[Oo]bj/
backend/[Ll]og/
# Visual Studio 2015 cache/options directory
backend/.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# MSTest test Results
backend/[Tt]est[Rr]esult*/
backend/[Bb]uild[Ll]og.*
# NUNIT
backend/*.VisualState.xml
backend/TestResult.xml
# Build Results of an ATL Project
backend/[Dd]ebugPS/
backend/[Rr]eleasePS/
backend/dlldata.c
# Benchmark Results
backend/BenchmarkDotNet.Artifacts/
# .NET Core
backend/project.lock.json
backend/project.fragment.lock.json
backend/artifacts/
backend/**/Properties/launchSettings.json
backend/*_i.c
backend/*_p.c
backend/*_i.h
backend/*.ilk
backend/*.meta
backend/*.obj
backend/*.pch
backend/*.pdb
backend/*.pgc
backend/*.pgd
backend/*.rsp
backend/*.sbr
backend/*.tlb
backend/*.tli
backend/*.tlh
backend/*.tmp
backend/*.tmp_proj
backend/*.log
backend/*.vspscc
backend/*.vssscc
backend/.builds
backend/*.pidb
backend/*.svclog
backend/*.scc
# Chutzpah Test files
backend/_Chutzpah*
# Visual C++ cache files
backend/ipch/
backend/*.aps
backend/*.ncb
backend/*.opendb
backend/*.opensdf
backend/*.sdf
backend/*.cachefile
backend/*.VC.db
backend/*.VC.VC.opendb
# Visual Studio profiler
backend/*.psess
backend/*.vsp
backend/*.vspx
backend/*.sap
# Visual Studio Trace Files
backend/*.e2e
# TFS 2012 Local Workspace
backend/$tf/
# Guidance Automation Toolkit
backend/*.gpState
# ReSharper is a .NET coding add-in
backend/_ReSharper*/
backend/*.[Rr]e[Ss]harper
backend/*.DotSettings.user
# JustCode is a .NET coding add-in
backend/.JustCode
# TeamCity is a build add-in
backend/_TeamCity*
# DotCover is a Code Coverage Tool
backend/*.dotCover
# AxoCover is a Code Coverage Tool
backend/.axoCover/*
backend/!.axoCover/settings.json
# Visual Studio code coverage results
backend/*.coverage
backend/*.coveragexml
# NCrunch
backend/_NCrunch_*
backend/.*crunch*.local.xml
backend/nCrunchTemp_*
# MightyMoose
backend/*.mm.*
backend/AutoTest.Net/
# Web workbench (sass)
backend/.sass-cache/
# Installshield output folder
backend/[Ee]xpress/
# DocProject is a documentation generator add-in
backend/DocProject/buildhelp/
backend/DocProject/Help/*.HxT
backend/DocProject/Help/*.HxC
backend/DocProject/Help/*.hhc
backend/DocProject/Help/*.hhk
backend/DocProject/Help/*.hhp
backend/DocProject/Help/Html2
backend/DocProject/Help/html
# Click-Once directory
backend/publish/
# Publish Web Output
backend/*.[Pp]ublish.xml
backend/*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
backend/*.pubxml
backend/*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
backend/PublishScripts/
# NuGet Packages
backend/*.nupkg
# The packages folder can be ignored because of Package Restore
backend/**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
backend/!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
backend/*.nuget.props
backend/*.nuget.targets
# Microsoft Azure Build Output
backend/csx/
backend/*.build.csdef
# Microsoft Azure Emulator
backend/ecf/
backend/rcf/
# Windows Store app package directories and files
backend/AppPackages/
backend/BundleArtifacts/
backend/Package.StoreAssociation.xml
backend/_pkginfo.txt
backend/*.appx
# Visual Studio cache files
# files ending in .cache can be ignored
backend/*.[Cc]ache
# but keep track of directories ending in .cache
backend/!*.[Cc]ache/
# Others
backend/ClientBin/
backend/~$*
backend/*~
backend/*.dbmdl
backend/*.dbproj.schemaview
backend/*.jfm
backend/*.pfx
backend/*.publishsettings
backend/orleans.codegen.cs
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
backend/Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
backend/_UpgradeReport_Files/
backend/Backup*/
backend/UpgradeLog*.XML
backend/UpgradeLog*.htm
# SQL Server files
backend/*.mdf
backend/*.ldf
backend/*.ndf
# Business Intelligence projects
backend/*.rdl.data
backend/*.bim.layout
backend/*.bim_*.settings
# Microsoft Fakes
backend/FakesAssemblies/
# GhostDoc plugin setting file
backend/*.GhostDoc.xml
# Node.js Tools for Visual Studio
backend/.ntvs_analysis.dat
backend/node_modules/
# Typescript v1 declaration files
backend/typings/
# Visual Studio 6 build log
backend/*.plg
# Visual Studio 6 workspace options file
backend/*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
backend/*.vbw
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
backend/.paket/paket.exe
backend/paket-files/
# FAKE - F# Make
backend/.fake/
# JetBrains Rider
backend/.idea/
backend/*.sln.iml
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# CodeRush
backend/.cr/
# Python Tools for Visual Studio (PTVS)
backend/__pycache__/
backend/*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
backend/*.tss
# Telerik's JustMock configuration file
backend/*.jmconfig
# BizTalk build output
backend/*.btp.cs
backend/*.btm.cs
backend/*.odx.cs
backend/*.xsd.cs
# OpenCover UI analysis results
backend/OpenCover/
backend/coverage/
### macOS template
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
backend/Icon
# Thumbnails
backend/._*
# Files that might appear in the root of a volume
backend/.DocumentRevisions-V100
backend/.fseventsd
backend/.Spotlight-V100
backend/.TemporaryItems
backend/.Trashes
backend/.VolumeIcon.icns
backend/.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
backend/.AppleDB
backend/.AppleDesktop
backend/Network Trash Folder
backend/Temporary Items
backend/.apdisk
=======
# Local
**/.env
**/dist