aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-14 22:26:31 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-14 22:26:31 +0530
commit3dfe3314b57f32e1e9d21535d12bf9143964d4a0 (patch)
tree2592d294b7af278c291f89670a9cf2053add663f /.gitignore
parentRefactoring: Url helpers (#1789) (diff)
downloadferdium-app-3dfe3314b57f32e1e9d21535d12bf9143964d4a0.tar.gz
ferdium-app-3dfe3314b57f32e1e9d21535d12bf9143964d4a0.tar.zst
ferdium-app-3dfe3314b57f32e1e9d21535d12bf9143964d4a0.zip
chore: Generated '.gitignore'.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore335
1 files changed, 326 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index f05e9220c..b09745150 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,336 @@
1.idea 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*
146lerna-debug.log*
147.pnpm-debug.log*
148
149# Diagnostic reports (https://nodejs.org/api/report.html)
150report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
151
152# Runtime data
153pids
154*.pid
155*.seed
156*.pid.lock
157
158# Directory for instrumented libs generated by jscoverage/JSCover
159lib-cov
160
161# Coverage directory used by tools like istanbul
162coverage
163*.lcov
164
165# nyc test coverage
166.nyc_output
167
168# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
169.grunt
170
171# Bower dependency directory (https://bower.io/)
172bower_components
173
174# node-waf configuration
175.lock-wscript
176
177# Compiled binary addons (https://nodejs.org/api/addons.html)
178build/Release
179
180# Dependency directories
181node_modules/
182jspm_packages/
183
184# Snowpack dependency directory (https://snowpack.dev/)
185web_modules/
186
187# TypeScript cache
188*.tsbuildinfo
189
190# Optional npm cache directory
191.npm
192
193# Optional eslint cache
194.eslintcache
195
196# Microbundle cache
197.rpt2_cache/
198.rts2_cache_cjs/
199.rts2_cache_es/
200.rts2_cache_umd/
201
202# Optional REPL history
203.node_repl_history
204
205# Output of 'npm pack'
206*.tgz
207
208# Yarn Integrity file
209.yarn-integrity
210
211# dotenv environment variables file
212.env
213.env.test
214.env.production
215
216# parcel-bundler cache (https://parceljs.org/)
217.cache
218.parcel-cache
219
220# Next.js build output
221.next
222out
223
224# Nuxt.js build / generate output
225.nuxt
226dist
227
228# Gatsby files
229.cache/
230# Comment in the public line in if your project uses Gatsby and not Next.js
231# https://nextjs.org/blog/next-9-1#public-directory-support
232# public
233
234# vuepress build output
235.vuepress/dist
236
237# Serverless directories
238.serverless/
239
240# FuseBox cache
241.fusebox/
242
243# DynamoDB Local files
244.dynamodb/
245
246# TernJS port file
247.tern-port
248
249# Stores VSCode versions used for testing VSCode extensions
250.vscode-test
251
252# yarn v2
253.yarn/cache
254.yarn/unplugged
255.yarn/build-state.yml
256.yarn/install-state.gz
257.pnp.*
258
259### react ###
260.DS_*
261**/*.backup.*
262**/*.back.*
263
2node_modules 264node_modules
265
266*.sublime*
267
268psd
269thumb
270sketch
271
272### Vim ###
273# Swap
274[._]*.s[a-v][a-z]
275!*.svg # comment out if you don't need vector files
276[._]*.sw[a-p]
277[._]s[a-rt-v][a-z]
278[._]ss[a-gi-z]
279[._]sw[a-p]
280
281# Session
282Session.vim
283Sessionx.vim
284
285# Temporary
286.netrwhist
287*~
288# Auto-generated tag files
289tags
290# Persistent undo
291[._]*.un~
292
293### VisualStudioCode ###
294.vscode/*
295!.vscode/settings.json
296!.vscode/tasks.json
297!.vscode/launch.json
298!.vscode/extensions.json
299*.code-workspace
300
301# Local History for Visual Studio Code
302.history/
303
304### VisualStudioCode Patch ###
305# Ignore all local history of files
306.history
307.ionide
308
309### yarn ###
310# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
311
312.yarn/*
313!.yarn/releases
314!.yarn/plugins
315!.yarn/sdks
316!.yarn/versions
317
318# if you are NOT using Zero-installs, then:
319# comment the following lines
320!.yarn/cache
321
322# and uncomment the following lines
323# .pnp.*
324
325# End of https://www.toptal.com/developers/gitignore/api/vim,node,yarn,react,macos,visualstudiocode,intellij
326
3flow-typed 327flow-typed
4out 328out
5.DS_Store
6build 329build
7.tmp 330.tmp
8.stage 331.stage
9.env
10yarn-error.log
11npm-debug.log*
12lerna-debug.log 332lerna-debug.log
13uidev/lib 333uidev/lib
14*.tsbuildinfo
15server*.log 334server*.log
16 335
17# These entries have been merged from the git submodule repo 'internal-server' 336# These entries have been merged from the git submodule repo 'internal-server'
@@ -19,9 +338,6 @@ server*.log
19# Adonis directory for storing tmp files 338# Adonis directory for storing tmp files
20/src/internal-server/tmp 339/src/internal-server/tmp
21 340
22# Environment variables, never commit this file
23/src/internal-server/.env
24
25# The development sqlite file 341# The development sqlite file
26/src/internal-server/database/development.sqlite 342/src/internal-server/database/development.sqlite
27/src/internal-server/database/adonis.sqlite 343/src/internal-server/database/adonis.sqlite
@@ -33,3 +349,4 @@ server*.log
33/src/internal-server/public/privacy.html 349/src/internal-server/public/privacy.html
34 350
35/src/internal-server/user_data/ 351/src/internal-server/user_data/
352.tstmp/