aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-30 05:22:48 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-30 05:22:48 -0500
commit78c898cb437d95449b7b46115e19a0c8a29ba4f6 (patch)
treeb85aac435b6984df23e29f6e5f035497b9c54aab
parentMinor reformatting of 'Dockerfile' for ease of readability (diff)
downloadferdium-server-78c898cb437d95449b7b46115e19a0c8a29ba4f6.tar.gz
ferdium-server-78c898cb437d95449b7b46115e19a0c8a29ba4f6.tar.zst
ferdium-server-78c898cb437d95449b7b46115e19a0c8a29ba4f6.zip
Regenerate '.gitignore'
-rw-r--r--.gitignore335
-rw-r--r--package-lock.json1
2 files changed, 325 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index f561b27..d28e5fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,334 @@
1# Node modules 1# Created by https://www.toptal.com/developers/gitignore/api/vim,node,yarn,react,macos,visualstudiocode,intellij
2# Edit at https://www.toptal.com/developers/gitignore?templates=vim,node,yarn,react,macos,visualstudiocode,intellij
3
4### Intellij ###
5# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
6# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
7
8# User-specific stuff
9/**/workspace.xml
10.idea/**/tasks.xml
11.idea/**/usage.statistics.xml
12.idea/**/dictionaries
13.idea/**/shelf
14
15# AWS User-specific
16.idea/**/aws.xml
17
18# Generated files
19.idea/**/contentModel.xml
20
21# Sensitive or high-churn files
22.idea/**/dataSources/
23.idea/**/dataSources.ids
24.idea/**/dataSources.local.xml
25.idea/**/sqlDataSources.xml
26.idea/**/dynamic.xml
27.idea/**/uiDesigner.xml
28.idea/**/dbnavigator.xml
29
30# Gradle
31.idea/**/gradle.xml
32.idea/**/libraries
33
34# Gradle and Maven with auto-import
35# When using Gradle or Maven with auto-import, you should exclude module files,
36# since they will be recreated, and may cause churn. Uncomment if using
37# auto-import.
38# .idea/artifacts
39# .idea/compiler.xml
40# .idea/jarRepositories.xml
41# .idea/modules.xml
42# .idea/*.iml
43# .idea/modules
44# *.iml
45# *.ipr
46
47# CMake
48cmake-build-*/
49
50# Mongo Explorer plugin
51.idea/**/mongoSettings.xml
52
53# File-based project format
54*.iws
55
56# IntelliJ
57out/
58
59# mpeltonen/sbt-idea plugin
60.idea_modules/
61
62# JIRA plugin
63atlassian-ide-plugin.xml
64
65# Cursive Clojure plugin
66.idea/replstate.xml
67
68# Crashlytics plugin (for Android Studio and IntelliJ)
69com_crashlytics_export_strings.xml
70crashlytics.properties
71crashlytics-build.properties
72fabric.properties
73
74# Editor-based Rest Client
75.idea/httpRequests
76
77# Android studio 3.1+ serialized cache file
78.idea/caches/build_file_checksums.ser
79
80### Intellij Patch ###
81# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
82
83# *.iml
84# modules.xml
85# .idea/misc.xml
86# *.ipr
87
88# Sonarlint plugin
89# https://plugins.jetbrains.com/plugin/7973-sonarlint
90.idea/**/sonarlint/
91
92# SonarQube Plugin
93# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
94.idea/**/sonarIssues.xml
95
96# Markdown Navigator plugin
97# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
98.idea/**/markdown-navigator.xml
99.idea/**/markdown-navigator-enh.xml
100.idea/**/markdown-navigator/
101
102# Cache file creation bug
103# See https://youtrack.jetbrains.com/issue/JBR-2257
104.idea/$CACHE_FILE$
105
106# CodeStream plugin
107# https://plugins.jetbrains.com/plugin/12206-codestream
108.idea/codestream.xml
109
110### macOS ###
111# General
112.DS_Store
113.AppleDouble
114.LSOverride
115
116# Icon must end with two \r
117Icon
118
119
120# Thumbnails
121._*
122
123# Files that might appear in the root of a volume
124.DocumentRevisions-V100
125.fseventsd
126.Spotlight-V100
127.TemporaryItems
128.Trashes
129.VolumeIcon.icns
130.com.apple.timemachine.donotpresent
131
132# Directories potentially created on remote AFP share
133.AppleDB
134.AppleDesktop
135Network Trash Folder
136Temporary Items
137.apdisk
138
139### Node ###
140# Logs
141logs
142*.log
143npm-debug.log*
144yarn-debug.log*
145yarn-error.log*
146.pnpm-debug.log*
147
148# Diagnostic reports (https://nodejs.org/api/report.html)
149report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
150
151# Runtime data
152pids
153*.pid
154*.seed
155*.pid.lock
156
157# Directory for instrumented libs generated by jscoverage/JSCover
158lib-cov
159
160# Coverage directory used by tools like istanbul
161coverage
162*.lcov
163
164# nyc test coverage
165.nyc_output
166
167# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
168.grunt
169
170# Bower dependency directory (https://bower.io/)
171bower_components
172
173# node-waf configuration
174.lock-wscript
175
176# Compiled binary addons (https://nodejs.org/api/addons.html)
177build/Release
178
179# Dependency directories
180node_modules/
181jspm_packages/
182
183# Snowpack dependency directory (https://snowpack.dev/)
184web_modules/
185
186# TypeScript cache
187*.tsbuildinfo
188
189# Optional npm cache directory
190.npm
191
192# Optional eslint cache
193.eslintcache
194
195# Microbundle cache
196.rpt2_cache/
197.rts2_cache_cjs/
198.rts2_cache_es/
199.rts2_cache_umd/
200
201# Optional REPL history
202.node_repl_history
203
204# Output of 'npm pack'
205*.tgz
206
207# Yarn Integrity file
208.yarn-integrity
209
210# dotenv environment variables file
211.env
212.env.test
213.env.production
214
215# parcel-bundler cache (https://parceljs.org/)
216.cache
217.parcel-cache
218
219# Next.js build output
220.next
221out
222
223# Nuxt.js build / generate output
224.nuxt
225dist
226
227# Gatsby files
228.cache/
229# Comment in the public line in if your project uses Gatsby and not Next.js
230# https://nextjs.org/blog/next-9-1#public-directory-support
231# public
232
233# vuepress build output
234.vuepress/dist
235
236# Serverless directories
237.serverless/
238
239# FuseBox cache
240.fusebox/
241
242# DynamoDB Local files
243.dynamodb/
244
245# TernJS port file
246.tern-port
247
248# Stores VSCode versions used for testing VSCode extensions
249.vscode-test
250
251# yarn v2
252.yarn/cache
253.yarn/unplugged
254.yarn/build-state.yml
255.yarn/install-state.gz
256.pnp.*
257
258### react ###
259.DS_*
260**/*.backup.*
261**/*.back.*
262
2node_modules 263node_modules
3 264
265*.sublime*
266
267psd
268thumb
269sketch
270
271### Vim ###
272# Swap
273[._]*.s[a-v][a-z]
274!*.svg # comment out if you don't need vector files
275[._]*.sw[a-p]
276[._]s[a-rt-v][a-z]
277[._]ss[a-gi-z]
278[._]sw[a-p]
279
280# Session
281Session.vim
282Sessionx.vim
283
284# Temporary
285.netrwhist
286*~
287# Auto-generated tag files
288tags
289# Persistent undo
290[._]*.un~
291
292### VisualStudioCode ###
293.vscode/*
294!.vscode/settings.json
295!.vscode/tasks.json
296!.vscode/launch.json
297!.vscode/extensions.json
298*.code-workspace
299
300# Local History for Visual Studio Code
301.history/
302
303### VisualStudioCode Patch ###
304# Ignore all local history of files
305.history
306.ionide
307
308### yarn ###
309# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
310
311.yarn/*
312!.yarn/releases
313!.yarn/plugins
314!.yarn/sdks
315!.yarn/versions
316
317# if you are NOT using Zero-installs, then:
318# comment the following lines
319!.yarn/cache
320
321# and uncomment the following lines
322# .pnp.*
323
324# End of https://www.toptal.com/developers/gitignore/api/vim,node,yarn,react,macos,visualstudiocode,intellij
325
326
4# Adonis directory for storing tmp files 327# Adonis directory for storing tmp files
5tmp 328tmp
6 329
7# Environment variables, never commit this file 330# Environment variables, never commit this file
8# .env 331.env
9 332
10# The development sqlite file 333# The development sqlite file
11*.sqlite 334*.sqlite
@@ -13,13 +336,5 @@ tmp
13# Uploaded recipes 336# Uploaded recipes
14recipes/ 337recipes/
15 338
16.DS_Store
17public/terms.html
18public/privacy.html
19
20resources/announcements/*.json 339resources/announcements/*.json
21!resources/announcements/version.json 340!resources/announcements/version.json
22npm-debug.log
23yarn-error.log
24server*.log
25.idea
diff --git a/package-lock.json b/package-lock.json
index a1344e4..490a694 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -44,7 +44,6 @@
44 }, 44 },
45 "engines": { 45 "engines": {
46 "node": "16.14.2", 46 "node": "16.14.2",
47 "node-gyp": "9.0.0",
48 "npm": "8.7.0" 47 "npm": "8.7.0"
49 } 48 }
50 }, 49 },