aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-11 20:50:33 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-11 20:50:33 +0530
commit740ac276a03850ed868cec38bddf5ff6404e4159 (patch)
tree911887061eb8f8a8d4939c3721d75dd2f1e1ae0f /.gitignore
parentFix the necessary env vars for building outside of docker (diff)
downloadferdium-server-740ac276a03850ed868cec38bddf5ff6404e4159.tar.gz
ferdium-server-740ac276a03850ed868cec38bddf5ff6404e4159.tar.zst
ferdium-server-740ac276a03850ed868cec38bddf5ff6404e4159.zip
Backported some configurations from the adonis rewrite
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore64
1 files changed, 45 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index d28e5fd..062f0fb 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,node,yarn,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,node,yarn,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,6 +110,10 @@ 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
113# Azure Toolkit for IntelliJ plugin
114# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
115.idea/**/azureSettings.xml
116
110### macOS ### 117### macOS ###
111# General 118# General
112.DS_Store 119.DS_Store
@@ -136,6 +143,10 @@ Network Trash Folder
136Temporary Items 143Temporary Items
137.apdisk 144.apdisk
138 145
146### macOS Patch ###
147# iCloud generated files
148*.icloud
149
139### Node ### 150### Node ###
140# Logs 151# Logs
141logs 152logs
@@ -143,6 +154,7 @@ logs
143npm-debug.log* 154npm-debug.log*
144yarn-debug.log* 155yarn-debug.log*
145yarn-error.log* 156yarn-error.log*
157lerna-debug.log*
146.pnpm-debug.log* 158.pnpm-debug.log*
147 159
148# Diagnostic reports (https://nodejs.org/api/report.html) 160# Diagnostic reports (https://nodejs.org/api/report.html)
@@ -192,6 +204,9 @@ web_modules/
192# Optional eslint cache 204# Optional eslint cache
193.eslintcache 205.eslintcache
194 206
207# Optional stylelint cache
208.stylelintcache
209
195# Microbundle cache 210# Microbundle cache
196.rpt2_cache/ 211.rpt2_cache/
197.rts2_cache_cjs/ 212.rts2_cache_cjs/
@@ -207,10 +222,12 @@ web_modules/
207# Yarn Integrity file 222# Yarn Integrity file
208.yarn-integrity 223.yarn-integrity
209 224
210# dotenv environment variables file 225# dotenv environment variable files
211.env 226.env
212.env.test 227.env.development.local
213.env.production 228.env.test.local
229.env.production.local
230.env.local
214 231
215# parcel-bundler cache (https://parceljs.org/) 232# parcel-bundler cache (https://parceljs.org/)
216.cache 233.cache
@@ -233,6 +250,12 @@ dist
233# vuepress build output 250# vuepress build output
234.vuepress/dist 251.vuepress/dist
235 252
253# vuepress v2.x temp and cache directory
254.temp
255
256# Docusaurus cache and generated files
257.docusaurus
258
236# Serverless directories 259# Serverless directories
237.serverless/ 260.serverless/
238 261
@@ -255,18 +278,14 @@ dist
255.yarn/install-state.gz 278.yarn/install-state.gz
256.pnp.* 279.pnp.*
257 280
258### react ### 281### Node Patch ###
259.DS_* 282# Serverless Webpack directories
260**/*.backup.* 283.webpack/
261**/*.back.*
262
263node_modules
264 284
265*.sublime* 285# Optional stylelint cache
266 286
267psd 287# SvelteKit build / generate output
268thumb 288.svelte-kit
269sketch
270 289
271### Vim ### 290### Vim ###
272# Swap 291# Swap
@@ -295,21 +314,25 @@ tags
295!.vscode/tasks.json 314!.vscode/tasks.json
296!.vscode/launch.json 315!.vscode/launch.json
297!.vscode/extensions.json 316!.vscode/extensions.json
298*.code-workspace 317!.vscode/*.code-snippets
299 318
300# Local History for Visual Studio Code 319# Local History for Visual Studio Code
301.history/ 320.history/
302 321
322# Built Visual Studio Code Extensions
323*.vsix
324
303### VisualStudioCode Patch ### 325### VisualStudioCode Patch ###
304# Ignore all local history of files 326# Ignore all local history of files
305.history 327.history
306.ionide 328.ionide
307 329
308### yarn ### 330### yarn ###
309# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored 331# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
310 332
311.yarn/* 333.yarn/*
312!.yarn/releases 334!.yarn/releases
335!.yarn/patches
313!.yarn/plugins 336!.yarn/plugins
314!.yarn/sdks 337!.yarn/sdks
315!.yarn/versions 338!.yarn/versions
@@ -321,7 +344,7 @@ tags
321# and uncomment the following lines 344# and uncomment the following lines
322# .pnp.* 345# .pnp.*
323 346
324# End of https://www.toptal.com/developers/gitignore/api/vim,node,yarn,react,macos,visualstudiocode,intellij 347# End of https://www.toptal.com/developers/gitignore/api/vim,node,yarn,macos,intellij,visualstudiocode
325 348
326 349
327# Adonis directory for storing tmp files 350# Adonis directory for storing tmp files
@@ -336,5 +359,8 @@ tmp
336# Uploaded recipes 359# Uploaded recipes
337recipes/ 360recipes/
338 361
362# sentry properties
363sentry.properties
364
339resources/announcements/*.json 365resources/announcements/*.json
340!resources/announcements/version.json 366!resources/announcements/version.json