aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-26 07:15:33 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-26 07:15:34 +0530
commitbc980882d05b7eec4135e4a286f6843fa6cc1bd0 (patch)
treeaf3c5d2d8ad417c05e5d579018f94d13667b3ed2 /.gitignore
parentUpgrade 'nodejs' to '16.18.0' (#705) (diff)
downloadferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.tar.gz
ferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.tar.zst
ferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.zip
Switch from 'npm' to 'pnpm' (#704)
Co-authored-by: Markus Hatvan <markus_hatvan@aon.at> Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> Co-authored-by: Balaji Vijayakumar <kuttibalaji.v6@gmail.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore61
1 files changed, 45 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index 2e8b1af49..d249ad0a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,12 @@
1# Created by https://www.toptal.com/developers/gitignore/api/vim,node,yarn,react,macos,visualstudiocode,intellij 1# Created by https://www.toptal.com/developers/gitignore/api/vim,yarn,node,react,macos,intellij,visualstudiocode
2# Edit at https://www.toptal.com/developers/gitignore?templates=vim,node,yarn,react,macos,visualstudiocode,intellij 2# Edit at https://www.toptal.com/developers/gitignore?templates=vim,yarn,node,react,macos,intellij,visualstudiocode
3 3
4### Intellij ### 4### Intellij ###
5# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider 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 6# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
7 7
8# User-specific stuff 8# User-specific stuff
9/**/workspace.xml 9.idea/**/workspace.xml
10.idea/**/tasks.xml 10.idea/**/tasks.xml
11.idea/**/usage.statistics.xml 11.idea/**/usage.statistics.xml
12.idea/**/dictionaries 12.idea/**/dictionaries
@@ -65,6 +65,9 @@ atlassian-ide-plugin.xml
65# Cursive Clojure plugin 65# Cursive Clojure plugin
66.idea/replstate.xml 66.idea/replstate.xml
67 67
68# SonarLint plugin
69.idea/sonarlint/
70
68# Crashlytics plugin (for Android Studio and IntelliJ) 71# Crashlytics plugin (for Android Studio and IntelliJ)
69com_crashlytics_export_strings.xml 72com_crashlytics_export_strings.xml
70crashlytics.properties 73crashlytics.properties
@@ -107,13 +110,9 @@ fabric.properties
107# https://plugins.jetbrains.com/plugin/12206-codestream 110# https://plugins.jetbrains.com/plugin/12206-codestream
108.idea/codestream.xml 111.idea/codestream.xml
109 112
110# Idea modules and profiles 113# Azure Toolkit for IntelliJ plugin
111.idea/ferdium-app.iml 114# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
112.idea/modules.xml 115.idea/**/azureSettings.xml
113.idea/.gitignore
114.idea/vcs.xml
115.idea/inspectionProfiles/Project_Default.xml
116.idea/misc.xml
117 116
118### macOS ### 117### macOS ###
119# General 118# General
@@ -124,6 +123,7 @@ fabric.properties
124# Icon must end with two \r 123# Icon must end with two \r
125Icon 124Icon
126 125
126
127# Thumbnails 127# Thumbnails
128._* 128._*
129 129
@@ -143,6 +143,10 @@ Network Trash Folder
143Temporary Items 143Temporary Items
144.apdisk 144.apdisk
145 145
146### macOS Patch ###
147# iCloud generated files
148*.icloud
149
146### Node ### 150### Node ###
147# Logs 151# Logs
148logs 152logs
@@ -150,6 +154,7 @@ logs
150npm-debug.log* 154npm-debug.log*
151yarn-debug.log* 155yarn-debug.log*
152yarn-error.log* 156yarn-error.log*
157lerna-debug.log*
153.pnpm-debug.log* 158.pnpm-debug.log*
154 159
155# Diagnostic reports (https://nodejs.org/api/report.html) 160# Diagnostic reports (https://nodejs.org/api/report.html)
@@ -199,6 +204,9 @@ web_modules/
199# Optional eslint cache 204# Optional eslint cache
200.eslintcache 205.eslintcache
201 206
207# Optional stylelint cache
208.stylelintcache
209
202# Microbundle cache 210# Microbundle cache
203.rpt2_cache/ 211.rpt2_cache/
204.rts2_cache_cjs/ 212.rts2_cache_cjs/
@@ -214,10 +222,12 @@ web_modules/
214# Yarn Integrity file 222# Yarn Integrity file
215.yarn-integrity 223.yarn-integrity
216 224
217# dotenv environment variables file 225# dotenv environment variable files
218.env 226.env
219.env.test 227.env.development.local
220.env.production 228.env.test.local
229.env.production.local
230.env.local
221 231
222# parcel-bundler cache (https://parceljs.org/) 232# parcel-bundler cache (https://parceljs.org/)
223.cache 233.cache
@@ -240,6 +250,12 @@ dist
240# vuepress build output 250# vuepress build output
241.vuepress/dist 251.vuepress/dist
242 252
253# vuepress v2.x temp and cache directory
254.temp
255
256# Docusaurus cache and generated files
257.docusaurus
258
243# Serverless directories 259# Serverless directories
244.serverless/ 260.serverless/
245 261
@@ -262,6 +278,15 @@ dist
262.yarn/install-state.gz 278.yarn/install-state.gz
263.pnp.* 279.pnp.*
264 280
281### Node Patch ###
282# Serverless Webpack directories
283.webpack/
284
285# Optional stylelint cache
286
287# SvelteKit build / generate output
288.svelte-kit
289
265### react ### 290### react ###
266.DS_* 291.DS_*
267**/*.backup.* 292**/*.backup.*
@@ -302,21 +327,25 @@ tags
302!.vscode/tasks.json 327!.vscode/tasks.json
303!.vscode/launch.json 328!.vscode/launch.json
304!.vscode/extensions.json 329!.vscode/extensions.json
305*.code-workspace 330!.vscode/*.code-snippets
306 331
307# Local History for Visual Studio Code 332# Local History for Visual Studio Code
308.history/ 333.history/
309 334
335# Built Visual Studio Code Extensions
336*.vsix
337
310### VisualStudioCode Patch ### 338### VisualStudioCode Patch ###
311# Ignore all local history of files 339# Ignore all local history of files
312.history 340.history
313.ionide 341.ionide
314 342
315### yarn ### 343### yarn ###
316# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored 344# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
317 345
318.yarn/* 346.yarn/*
319!.yarn/releases 347!.yarn/releases
348!.yarn/patches
320!.yarn/plugins 349!.yarn/plugins
321!.yarn/sdks 350!.yarn/sdks
322!.yarn/versions 351!.yarn/versions
@@ -328,7 +357,7 @@ tags
328# and uncomment the following lines 357# and uncomment the following lines
329# .pnp.* 358# .pnp.*
330 359
331# End of https://www.toptal.com/developers/gitignore/api/vim,node,yarn,react,macos,visualstudiocode,intellij 360# End of https://www.toptal.com/developers/gitignore/api/vim,yarn,node,react,macos,intellij,visualstudiocode
332 361
333flow-typed 362flow-typed
334out 363out