aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-01-02 22:01:47 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-01-02 22:01:47 +0530
commitf649f9056db7e608299066b9c91853435228ea00 (patch)
tree3a92efed9adb64521eb8810d135c5636d2c2806b
parentMerge branch 'developer-documentation' into 'main' (diff)
downloadsophie-f649f9056db7e608299066b9c91853435228ea00.tar.gz
sophie-f649f9056db7e608299066b9c91853435228ea00.tar.zst
sophie-f649f9056db7e608299066b9c91853435228ea00.zip
Regenerate '.gitignore'
Signed-off-by: Vijay A <vraravam@users.noreply.github.com>
-rw-r--r--.gitignore317
1 files changed, 309 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 3dfcfec..64c424f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,313 @@
1.log/ 1# Created by https://www.toptal.com/developers/gitignore/api/emacs,linux,macos,node,vim,visualstudiocode,windows,yarn
2# Edit at https://www.toptal.com/developers/gitignore?templates=emacs,linux,macos,node,vim,visualstudiocode,windows,yarn
3
4### Emacs ###
5# -*- mode: gitignore; -*-
6*~
7\#*\#
8/.emacs.desktop
9/.emacs.desktop.lock
10*.elc
11auto-save-list
12tramp
13.\#*
14
15# Org-mode
16.org-id-locations
17*_archive
18
19# flymake-mode
20*_flymake.*
21
22# eshell files
23/eshell/history
24/eshell/lastdir
25
26# elpa packages
27/elpa/
28
29# reftex files
30*.rel
31
32# AUCTeX auto folder
33/auto/
34
35# cask packages
36.cask/
37dist/
38
39# Flycheck
40flycheck_*.el
41
42# server auth directory
43/server/
44
45# projectiles files
46.projectile
47
48# directory configuration
49.dir-locals.el
50
51# network security
52/network-security.data
53
54
55### Linux ###
56
57# temporary files which can be created if a process still has a handle open of a deleted file
58.fuse_hidden*
59
60# KDE directory preferences
61.directory
62
63# Linux trash folder which might appear on any partition or disk
64.Trash-*
65
66# .nfs files are created when an open file is removed but is still being accessed
67.nfs*
68
69### macOS ###
70# General
71.DS_Store
72.AppleDouble
73.LSOverride
74
75# Icon must end with two \r
76Icon
77
78
79# Thumbnails
80._*
81
82# Files that might appear in the root of a volume
83.DocumentRevisions-V100
84.fseventsd
85.Spotlight-V100
86.TemporaryItems
87.Trashes
88.VolumeIcon.icns
89.com.apple.timemachine.donotpresent
90
91# Directories potentially created on remote AFP share
92.AppleDB
93.AppleDesktop
94Network Trash Folder
95Temporary Items
96.apdisk
97
98### Node ###
99# Logs
100logs
101*.log
102npm-debug.log*
103yarn-debug.log*
104yarn-error.log*
105lerna-debug.log*
106.pnpm-debug.log*
107
108# Diagnostic reports (https://nodejs.org/api/report.html)
109report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
110
111# Runtime data
112pids
113*.pid
114*.seed
115*.pid.lock
116
117# Directory for instrumented libs generated by jscoverage/JSCover
118lib-cov
119
120# Coverage directory used by tools like istanbul
121coverage
122*.lcov
123
124# nyc test coverage
125.nyc_output
126
127# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
128.grunt
129
130# Bower dependency directory (https://bower.io/)
131bower_components
132
133# node-waf configuration
134.lock-wscript
135
136# Compiled binary addons (https://nodejs.org/api/addons.html)
137build/Release
138
139# Dependency directories
140node_modules/
141jspm_packages/
142
143# Snowpack dependency directory (https://snowpack.dev/)
144web_modules/
145
146# TypeScript cache
147*.tsbuildinfo
148
149# Optional npm cache directory
150.npm
151
152# Optional eslint cache
153.eslintcache
154
155# Microbundle cache
156.rpt2_cache/
157.rts2_cache_cjs/
158.rts2_cache_es/
159.rts2_cache_umd/
160
161# Optional REPL history
162.node_repl_history
163
164# Output of 'npm pack'
165*.tgz
166
167# Yarn Integrity file
168.yarn-integrity
169
170# dotenv environment variables file
171.env
172.env.test
173.env.production
174
175# parcel-bundler cache (https://parceljs.org/)
176.cache
177.parcel-cache
178
179# Next.js build output
180.next
181out
182
183# Nuxt.js build / generate output
184.nuxt
185dist
186
187# Gatsby files
188.cache/
189# Comment in the public line in if your project uses Gatsby and not Next.js
190# https://nextjs.org/blog/next-9-1#public-directory-support
191# public
192
193# vuepress build output
194.vuepress/dist
195
196# Serverless directories
197.serverless/
198
199# FuseBox cache
200.fusebox/
201
202# DynamoDB Local files
203.dynamodb/
204
205# TernJS port file
206.tern-port
207
208# Stores VSCode versions used for testing VSCode extensions
209.vscode-test
210
211# yarn v2
212.yarn/cache
213.yarn/unplugged
214.yarn/build-state.yml
215.yarn/install-state.gz
2.pnp.* 216.pnp.*
3.vite/ 217
218### Node Patch ###
219# Serverless Webpack directories
220.webpack/
221
222# Optional stylelint cache
223.stylelintcache
224
225# SvelteKit build / generate output
226.svelte-kit
227
228### Vim ###
229# Swap
230[._]*.s[a-v][a-z]
231!*.svg # comment out if you don't need vector files
232[._]*.sw[a-p]
233[._]s[a-rt-v][a-z]
234[._]ss[a-gi-z]
235[._]sw[a-p]
236
237# Session
238Session.vim
239Sessionx.vim
240
241# Temporary
242.netrwhist
243# Auto-generated tag files
244tags
245# Persistent undo
246[._]*.un~
247
248### VisualStudioCode ###
249.vscode/*
250!.vscode/settings.json
251!.vscode/tasks.json
252!.vscode/launch.json
253!.vscode/extensions.json
254*.code-workspace
255
256# Local History for Visual Studio Code
257.history/
258
259### VisualStudioCode Patch ###
260# Ignore all local history of files
261.history
262.ionide
263
264# Support for Project snippet scope
265!.vscode/*.code-snippets
266
267### Windows ###
268# Windows thumbnail cache files
269Thumbs.db
270Thumbs.db:encryptable
271ehthumbs.db
272ehthumbs_vista.db
273
274# Dump file
275*.stackdump
276
277# Folder config file
278[Dd]esktop.ini
279
280# Recycle Bin used on file shares
281$RECYCLE.BIN/
282
283# Windows Installer files
284*.cab
285*.msi
286*.msix
287*.msm
288*.msp
289
290# Windows shortcuts
291*.lnk
292
293### yarn ###
294# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
295
4.yarn/* 296.yarn/*
5!.yarn/patches
6!.yarn/plugins
7!.yarn/releases 297!.yarn/releases
298!.yarn/plugins
299!.yarn/sdks
8!.yarn/versions 300!.yarn/versions
9coverage/ 301
10dist/ 302# if you are NOT using Zero-installs, then:
11node_modules/ 303# comment the following lines
12*.tsbuildinfo 304# !.yarn/cache
305
306# and uncomment the following lines
307.pnp.*
308
309# End of https://www.toptal.com/developers/gitignore/api/emacs,linux,macos,node,vim,visualstudiocode,windows,yarn
310
311.log/
312.vite/
313!.yarn/patches