Skip to content

Commit 33da406

Browse files
author
Csongor Zalatnai
committed
first commit
0 parents  commit 33da406

File tree

3 files changed

+1069
-0
lines changed

3 files changed

+1069
-0
lines changed

.gitignore

Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,225 @@
1+
2+
# Created by https://www.gitignore.io/api/node,intellij,webstorm
3+
# Edit at https://www.gitignore.io/?templates=node,intellij,webstorm
4+
5+
### Intellij ###
6+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
7+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8+
9+
# User-specific stuff
10+
.idea/**/workspace.xml
11+
.idea/**/tasks.xml
12+
.idea/**/usage.statistics.xml
13+
.idea/**/dictionaries
14+
.idea/**/shelf
15+
16+
# Generated files
17+
.idea/**/contentModel.xml
18+
19+
# Sensitive or high-churn files
20+
.idea/**/dataSources/
21+
.idea/**/dataSources.ids
22+
.idea/**/dataSources.local.xml
23+
.idea/**/sqlDataSources.xml
24+
.idea/**/dynamic.xml
25+
.idea/**/uiDesigner.xml
26+
.idea/**/dbnavigator.xml
27+
28+
# Gradle
29+
.idea/**/gradle.xml
30+
.idea/**/libraries
31+
32+
# Gradle and Maven with auto-import
33+
# When using Gradle or Maven with auto-import, you should exclude module files,
34+
# since they will be recreated, and may cause churn. Uncomment if using
35+
# auto-import.
36+
# .idea/modules.xml
37+
# .idea/*.iml
38+
# .idea/modules
39+
40+
# CMake
41+
cmake-build-*/
42+
43+
# Mongo Explorer plugin
44+
.idea/**/mongoSettings.xml
45+
46+
# File-based project format
47+
*.iws
48+
49+
# IntelliJ
50+
out/
51+
52+
# mpeltonen/sbt-idea plugin
53+
.idea_modules/
54+
55+
# JIRA plugin
56+
atlassian-ide-plugin.xml
57+
58+
# Cursive Clojure plugin
59+
.idea/replstate.xml
60+
61+
# Crashlytics plugin (for Android Studio and IntelliJ)
62+
com_crashlytics_export_strings.xml
63+
crashlytics.properties
64+
crashlytics-build.properties
65+
fabric.properties
66+
67+
# Editor-based Rest Client
68+
.idea/httpRequests
69+
70+
# Android studio 3.1+ serialized cache file
71+
.idea/caches/build_file_checksums.ser
72+
73+
# JetBrains templates
74+
**___jb_tmp___
75+
76+
### Intellij Patch ###
77+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
78+
79+
# *.iml
80+
# modules.xml
81+
# .idea/misc.xml
82+
# *.ipr
83+
84+
# Sonarlint plugin
85+
.idea/sonarlint
86+
87+
### Node ###
88+
# Logs
89+
logs
90+
*.log
91+
npm-debug.log*
92+
yarn-debug.log*
93+
yarn-error.log*
94+
lerna-debug.log*
95+
96+
# Diagnostic reports (https://nodejs.org/api/report.html)
97+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
98+
99+
# Runtime data
100+
pids
101+
*.pid
102+
*.seed
103+
*.pid.lock
104+
105+
# Directory for instrumented libs generated by jscoverage/JSCover
106+
lib-cov
107+
108+
# Coverage directory used by tools like istanbul
109+
coverage
110+
111+
# nyc test coverage
112+
.nyc_output
113+
114+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
115+
.grunt
116+
117+
# Bower dependency directory (https://bower.io/)
118+
bower_components
119+
120+
# node-waf configuration
121+
.lock-wscript
122+
123+
# Compiled binary addons (https://nodejs.org/api/addons.html)
124+
build/Release
125+
126+
# Dependency directories
127+
node_modules/
128+
jspm_packages/
129+
130+
# TypeScript v1 declaration files
131+
typings/
132+
133+
# Optional npm cache directory
134+
.npm
135+
136+
# Optional eslint cache
137+
.eslintcache
138+
139+
# Optional REPL history
140+
.node_repl_history
141+
142+
# Output of 'npm pack'
143+
*.tgz
144+
145+
# Yarn Integrity file
146+
.yarn-integrity
147+
148+
# dotenv environment variables file
149+
.env
150+
.env.test
151+
152+
# parcel-bundler cache (https://parceljs.org/)
153+
.cache
154+
155+
# next.js build output
156+
.next
157+
158+
# nuxt.js build output
159+
.nuxt
160+
161+
# vuepress build output
162+
.vuepress/dist
163+
164+
# Serverless directories
165+
.serverless/
166+
167+
# FuseBox cache
168+
.fusebox/
169+
170+
# DynamoDB Local files
171+
.dynamodb/
172+
173+
### WebStorm ###
174+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
175+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
176+
177+
# User-specific stuff
178+
179+
# Generated files
180+
181+
# Sensitive or high-churn files
182+
183+
# Gradle
184+
185+
# Gradle and Maven with auto-import
186+
# When using Gradle or Maven with auto-import, you should exclude module files,
187+
# since they will be recreated, and may cause churn. Uncomment if using
188+
# auto-import.
189+
# .idea/modules.xml
190+
# .idea/*.iml
191+
# .idea/modules
192+
193+
# CMake
194+
195+
# Mongo Explorer plugin
196+
197+
# File-based project format
198+
199+
# IntelliJ
200+
201+
# mpeltonen/sbt-idea plugin
202+
203+
# JIRA plugin
204+
205+
# Cursive Clojure plugin
206+
207+
# Crashlytics plugin (for Android Studio and IntelliJ)
208+
209+
# Editor-based Rest Client
210+
211+
# Android studio 3.1+ serialized cache file
212+
213+
# JetBrains templates
214+
215+
### WebStorm Patch ###
216+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
217+
218+
# *.iml
219+
# modules.xml
220+
# .idea/misc.xml
221+
# *.ipr
222+
223+
# Sonarlint plugin
224+
225+
# End of https://www.gitignore.io/api/node,intellij,webstorm

0 commit comments

Comments
 (0)