Skip to content

Commit 3a98632

Browse files
committed
create sample project
0 parents  commit 3a98632

4 files changed

Lines changed: 579 additions & 0 deletions

File tree

.gitignore

Lines changed: 344 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,344 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/node,macos,windows,jetbrains+all,visualstudiocode,nextjs,dotenv
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=node,macos,windows,jetbrains+all,visualstudiocode,nextjs,dotenv
3+
4+
### dotenv ###
5+
.env
6+
7+
### JetBrains+all ###
8+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
9+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
10+
11+
# User-specific stuff
12+
.idea/**/workspace.xml
13+
.idea/**/tasks.xml
14+
.idea/**/usage.statistics.xml
15+
.idea/**/dictionaries
16+
.idea/**/shelf
17+
18+
# AWS User-specific
19+
.idea/**/aws.xml
20+
21+
# Generated files
22+
.idea/**/contentModel.xml
23+
24+
# Sensitive or high-churn files
25+
.idea/**/dataSources/
26+
.idea/**/dataSources.ids
27+
.idea/**/dataSources.local.xml
28+
.idea/**/sqlDataSources.xml
29+
.idea/**/dynamic.xml
30+
.idea/**/uiDesigner.xml
31+
.idea/**/dbnavigator.xml
32+
33+
# Gradle
34+
.idea/**/gradle.xml
35+
.idea/**/libraries
36+
37+
# Gradle and Maven with auto-import
38+
# When using Gradle or Maven with auto-import, you should exclude module files,
39+
# since they will be recreated, and may cause churn. Uncomment if using
40+
# auto-import.
41+
# .idea/artifacts
42+
# .idea/compiler.xml
43+
# .idea/jarRepositories.xml
44+
# .idea/modules.xml
45+
# .idea/*.iml
46+
# .idea/modules
47+
# *.iml
48+
# *.ipr
49+
50+
# CMake
51+
cmake-build-*/
52+
53+
# Mongo Explorer plugin
54+
.idea/**/mongoSettings.xml
55+
56+
# File-based project format
57+
*.iws
58+
59+
# IntelliJ
60+
out/
61+
62+
# mpeltonen/sbt-idea plugin
63+
.idea_modules/
64+
65+
# JIRA plugin
66+
atlassian-ide-plugin.xml
67+
68+
# Cursive Clojure plugin
69+
.idea/replstate.xml
70+
71+
# SonarLint plugin
72+
.idea/sonarlint/
73+
74+
# Crashlytics plugin (for Android Studio and IntelliJ)
75+
com_crashlytics_export_strings.xml
76+
crashlytics.properties
77+
crashlytics-build.properties
78+
fabric.properties
79+
80+
# Editor-based Rest Client
81+
.idea/httpRequests
82+
83+
# Android studio 3.1+ serialized cache file
84+
.idea/caches/build_file_checksums.ser
85+
86+
### JetBrains+all Patch ###
87+
# Ignore everything but code style settings and run configurations
88+
# that are supposed to be shared within teams.
89+
90+
.idea/*
91+
92+
!.idea/codeStyles
93+
!.idea/runConfigurations
94+
95+
### macOS ###
96+
# General
97+
.DS_Store
98+
.AppleDouble
99+
.LSOverride
100+
101+
# Icon must end with two \r
102+
Icon
103+
104+
105+
# Thumbnails
106+
._*
107+
108+
# Files that might appear in the root of a volume
109+
.DocumentRevisions-V100
110+
.fseventsd
111+
.Spotlight-V100
112+
.TemporaryItems
113+
.Trashes
114+
.VolumeIcon.icns
115+
.com.apple.timemachine.donotpresent
116+
117+
# Directories potentially created on remote AFP share
118+
.AppleDB
119+
.AppleDesktop
120+
Network Trash Folder
121+
Temporary Items
122+
.apdisk
123+
124+
### macOS Patch ###
125+
# iCloud generated files
126+
*.icloud
127+
128+
### NextJS ###
129+
# Dependencies
130+
/node_modules
131+
/.pnp
132+
.pnp.js
133+
134+
# Testing
135+
/coverage
136+
137+
# Next.js
138+
/.next/
139+
/out/
140+
141+
# Production
142+
/build
143+
144+
# Misc
145+
*.pem
146+
147+
# Debug
148+
npm-debug.log*
149+
yarn-debug.log*
150+
yarn-error.log*
151+
.pnpm-debug.log*
152+
153+
# Local env files
154+
.env.local
155+
.env.development.local
156+
.env.test.local
157+
.env.production.local
158+
159+
# Vercel
160+
.vercel
161+
162+
### Node ###
163+
# Logs
164+
logs
165+
*.log
166+
lerna-debug.log*
167+
168+
# Diagnostic reports (https://nodejs.org/api/report.html)
169+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
170+
171+
# Runtime data
172+
pids
173+
*.pid
174+
*.seed
175+
*.pid.lock
176+
177+
# Directory for instrumented libs generated by jscoverage/JSCover
178+
lib-cov
179+
180+
# Coverage directory used by tools like istanbul
181+
coverage
182+
*.lcov
183+
184+
# nyc test coverage
185+
.nyc_output
186+
187+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
188+
.grunt
189+
190+
# Bower dependency directory (https://bower.io/)
191+
bower_components
192+
193+
# node-waf configuration
194+
.lock-wscript
195+
196+
# Compiled binary addons (https://nodejs.org/api/addons.html)
197+
build/Release
198+
199+
# Dependency directories
200+
node_modules/
201+
jspm_packages/
202+
203+
# Snowpack dependency directory (https://snowpack.dev/)
204+
web_modules/
205+
206+
# TypeScript cache
207+
*.tsbuildinfo
208+
209+
# Optional npm cache directory
210+
.npm
211+
212+
# Optional eslint cache
213+
.eslintcache
214+
215+
# Optional stylelint cache
216+
.stylelintcache
217+
218+
# Microbundle cache
219+
.rpt2_cache/
220+
.rts2_cache_cjs/
221+
.rts2_cache_es/
222+
.rts2_cache_umd/
223+
224+
# Optional REPL history
225+
.node_repl_history
226+
227+
# Output of 'npm pack'
228+
*.tgz
229+
230+
# Yarn Integrity file
231+
.yarn-integrity
232+
233+
# dotenv environment variable files
234+
235+
# parcel-bundler cache (https://parceljs.org/)
236+
.cache
237+
.parcel-cache
238+
239+
# Next.js build output
240+
.next
241+
out
242+
243+
# Nuxt.js build / generate output
244+
.nuxt
245+
dist
246+
247+
# Gatsby files
248+
.cache/
249+
# Comment in the public line in if your project uses Gatsby and not Next.js
250+
# https://nextjs.org/blog/next-9-1#public-directory-support
251+
# public
252+
253+
# vuepress build output
254+
.vuepress/dist
255+
256+
# vuepress v2.x temp and cache directory
257+
.temp
258+
259+
# Docusaurus cache and generated files
260+
.docusaurus
261+
262+
# Serverless directories
263+
.serverless/
264+
265+
# FuseBox cache
266+
.fusebox/
267+
268+
# DynamoDB Local files
269+
.dynamodb/
270+
271+
# TernJS port file
272+
.tern-port
273+
274+
# Stores VSCode versions used for testing VSCode extensions
275+
.vscode-test
276+
277+
# yarn v2
278+
.yarn/cache
279+
.yarn/unplugged
280+
.yarn/build-state.yml
281+
.yarn/install-state.gz
282+
.pnp.*
283+
284+
### Node Patch ###
285+
# Serverless Webpack directories
286+
.webpack/
287+
288+
# Optional stylelint cache
289+
290+
# SvelteKit build / generate output
291+
.svelte-kit
292+
293+
### VisualStudioCode ###
294+
.vscode/*
295+
!.vscode/settings.json
296+
!.vscode/tasks.json
297+
!.vscode/launch.json
298+
!.vscode/extensions.json
299+
!.vscode/*.code-snippets
300+
301+
# Local History for Visual Studio Code
302+
.history/
303+
304+
# Built Visual Studio Code Extensions
305+
*.vsix
306+
307+
### VisualStudioCode Patch ###
308+
# Ignore all local history of files
309+
.history
310+
.ionide
311+
312+
# Support for Project snippet scope
313+
.vscode/*.code-snippets
314+
315+
# Ignore code-workspaces
316+
*.code-workspace
317+
318+
### Windows ###
319+
# Windows thumbnail cache files
320+
Thumbs.db
321+
Thumbs.db:encryptable
322+
ehthumbs.db
323+
ehthumbs_vista.db
324+
325+
# Dump file
326+
*.stackdump
327+
328+
# Folder config file
329+
[Dd]esktop.ini
330+
331+
# Recycle Bin used on file shares
332+
$RECYCLE.BIN/
333+
334+
# Windows Installer files
335+
*.cab
336+
*.msi
337+
*.msix
338+
*.msm
339+
*.msp
340+
341+
# Windows shortcuts
342+
*.lnk
343+
344+
# End of https://www.toptal.com/developers/gitignore/api/node,macos,windows,jetbrains+all,visualstudiocode,nextjs,dotenv

0 commit comments

Comments
 (0)