Compare commits

..

No commits in common. "15d684578f37580886f29e4b8462f3a27f722cb5" and "2b1d7aec2c0ab9fbe9c7dda41ca4fd6e36a8d304" have entirely different histories.

23 changed files with 32 additions and 137 deletions

View File

@ -12,7 +12,6 @@ local.properties
captures/ captures/
.externalNativeBuild/ .externalNativeBuild/
.cxx/ .cxx/
*.aab
*.apk *.apk
output-metadata.json output-metadata.json

View File

@ -3,7 +3,6 @@
*.jar *.jar
*.exe *.exe
*.msi *.msi
*.deb
*.zip *.zip
*.tgz *.tgz
*.log *.log

View File

@ -31,9 +31,7 @@ autom4te.cache
# https://www.gnu.org/software/libtool/ # https://www.gnu.org/software/libtool/
/libtool
/ltmain.sh /ltmain.sh
.libs/
# http://www.gnu.org/software/texinfo # http://www.gnu.org/software/texinfo

View File

@ -11,12 +11,6 @@
*.gch *.gch
*.pch *.pch
# Linker files
*.ilk
# Debugger Files
*.pdb
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so *.so
*.dylib *.dylib
@ -36,6 +30,3 @@
*.exe *.exe
*.out *.out
*.app *.app
# debug information files
*.dwo

View File

@ -50,6 +50,3 @@ modules.order
Module.symvers Module.symvers
Mkfile.old Mkfile.old
dkms.conf dkms.conf
# debug information files
*.dwo

View File

@ -47,5 +47,3 @@ flycheck_*.el
# network security # network security
/network-security.data /network-security.data
# undo-tree
*.~undo-tree~

View File

@ -71,13 +71,8 @@ crashlytics.properties
crashlytics-build.properties crashlytics-build.properties
fabric.properties fabric.properties
# Editor-based HTTP Client # Editor-based Rest Client
.idea/httpRequests .idea/httpRequests
http-client.private.env.json
# Android studio 3.1+ serialized cache file # Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser .idea/caches/build_file_checksums.ser
# Apifox Helper cache
.idea/.cache/.Apifox_Helper
.idea/ApifoxUploaderProjectSetting.xml

View File

@ -2,7 +2,6 @@
# Word temporary # Word temporary
~$*.doc* ~$*.doc*
~$*.dot*
# Word Auto Backup File # Word Auto Backup File
Backup of *.doc* Backup of *.doc*

View File

@ -8,7 +8,6 @@
*.smcl *.smcl
*.stpr *.stpr
*.stsem *.stsem
~*.stswp
# Graphic export files from Stata # Graphic export files from Stata
# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf # Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf

View File

@ -4,7 +4,9 @@
!.vscode/launch.json !.vscode/launch.json
!.vscode/extensions.json !.vscode/extensions.json
!.vscode/*.code-snippets !.vscode/*.code-snippets
!*.code-workspace
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions # Built Visual Studio Code Extensions
*.vsix *.vsix

View File

@ -31,6 +31,4 @@ fp-info-cache
*.csv *.csv
# Archived Backups (KiCad 6.0) # Archived Backups (KiCad 6.0)
**/*-backups/*.zip **/*-backups/*.zip
\#auto_saved_files\#

View File

@ -7,7 +7,7 @@ release.properties
dependency-reduced-pom.xml dependency-reduced-pom.xml
buildNumber.properties buildNumber.properties
.mvn/timing.properties .mvn/timing.properties
# https://maven.apache.org/wrapper/#usage-without-binary-jar # https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar .mvn/wrapper/maven-wrapper.jar
# Eclipse m2e generated files # Eclipse m2e generated files

View File

@ -1,24 +0,0 @@
# Nestjs specific
/dist
/node_modules
/build
/tmp
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# dotenv environment variable files
.env
.env.development
.env.test
.env.production
# temp directory
.temp
.tmp

View File

@ -5,6 +5,7 @@ npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
lerna-debug.log* lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html) # Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@ -56,6 +57,12 @@ web_modules/
# Optional stylelint cache # Optional stylelint cache
.stylelintcache .stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history # Optional REPL history
.node_repl_history .node_repl_history
@ -67,8 +74,10 @@ web_modules/
# dotenv environment variable files # dotenv environment variable files
.env .env
.env.* .env.development.local
!.env.example .env.test.local
.env.production.local
.env.local
# parcel-bundler cache (https://parceljs.org/) # parcel-bundler cache (https://parceljs.org/)
.cache .cache

View File

@ -8,14 +8,7 @@
*.cmxs *.cmxs
*.cmxa *.cmxa
# Files containing detailed information about the compilation (generated # ocamlbuild working directory
# by `ocamlc`/`ocamlopt` when invoked using the option `-bin-annot`).
# These files are typically useful for code inspection tools
# (e.g. Merlin).
*.cmt
*.cmti
# ocamlbuild and Dune default working directory
_build/ _build/
# ocamlbuild targets # ocamlbuild targets

View File

@ -33,9 +33,3 @@ inc/
/MANIFEST.bak /MANIFEST.bak
/pm_to_blib /pm_to_blib
/*.zip /*.zip
# Carton/Carmel
/local/
/.carmel/
# cpanfile.snapshot should generally be ignored for library code, otherwise included
# cpanfile.snapshot

View File

@ -1,6 +1,6 @@
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[codz] *.py[cod]
*$py.class *$py.class
# C extensions # C extensions
@ -130,7 +130,6 @@ celerybeat.pid
# Environments # Environments
.env .env
.envrc
.venv .venv
env/ env/
venv/ venv/
@ -194,8 +193,3 @@ cython_debug/
# refer to https://docs.cursor.com/context/ignore-files # refer to https://docs.cursor.com/context/ignore-files
.cursorignore .cursorignore
.cursorindexingignore .cursorindexingignore
# Marimo
marimo/_static/
marimo/_lsp/
__marimo__/

View File

@ -1,7 +1,7 @@
# Generated by Cargo # Generated by Cargo
# will have compiled files and executables # will have compiled files and executables
debug debug/
target target/
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk

View File

@ -114,11 +114,8 @@ acs-*.bib
*.acn *.acn
*.acr *.acr
*.glg *.glg
*.glg-abr
*.glo *.glo
*.glo-abr
*.gls *.gls
*.gls-abr
*.glsdefs *.glsdefs
*.lzo *.lzo
*.lzs *.lzs
@ -161,9 +158,6 @@ acs-*.bib
# *.tikz # *.tikz
*-tikzDictionary *-tikzDictionary
# latexindent will create succesive backup files by default
#*.bak*
# listings # listings
*.lol *.lol

View File

@ -61,9 +61,6 @@ ExportedObj/
# Unity3D generated file on crash reports # Unity3D generated file on crash reports
sysinfo.txt sysinfo.txt
# Mono auto generated files
mono_crash.*
# Builds # Builds
*.apk *.apk
*.aab *.aab

View File

@ -50,7 +50,6 @@ Generated\ Files/
# MSTest test Results # MSTest test Results
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [Bb]uild[Ll]og.*
*.trx
# NUnit # NUnit
*.VisualState.xml *.VisualState.xml
@ -329,22 +328,22 @@ node_modules/
_Pvt_Extensions _Pvt_Extensions
# Paket dependency manager # Paket dependency manager
**/.paket/paket.exe .paket/paket.exe
paket-files/ paket-files/
# FAKE - F# Make # FAKE - F# Make
**/.fake/ .fake/
# CodeRush personal settings # CodeRush personal settings
**/.cr/personal .cr/personal
# Python Tools for Visual Studio (PTVS) # Python Tools for Visual Studio (PTVS)
**/__pycache__/ __pycache__/
*.pyc *.pyc
# Cake - Uncomment if you are using it # Cake - Uncomment if you are using it
#tools/** # tools/**
#!tools/packages.config # !tools/packages.config
# Tabs Studio # Tabs Studio
*.tss *.tss
@ -366,7 +365,6 @@ ASALocalRun/
# MSBuild Binary and Structured Log # MSBuild Binary and Structured Log
*.binlog *.binlog
MSBuild_Logs/
# AWS SAM Build and Temporary Artifacts folder # AWS SAM Build and Temporary Artifacts folder
.aws-sam .aws-sam
@ -375,10 +373,10 @@ MSBuild_Logs/
*.nvuser *.nvuser
# MFractors (Xamarin productivity tool) working folder # MFractors (Xamarin productivity tool) working folder
**/.mfractor/ .mfractor/
# Local History for Visual Studio # Local History for Visual Studio
**/.localhistory/ .localhistory/
# Visual Studio History (VSHistory) files # Visual Studio History (VSHistory) files
.vshistory/ .vshistory/
@ -390,7 +388,7 @@ healthchecksdb
MigrationBackup/ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder # Ionide (cross platform F# VS Code tools) working folder
**/.ionide/ .ionide/
# Fody - auto-generated XML schema # Fody - auto-generated XML schema
FodyWeavers.xsd FodyWeavers.xsd
@ -401,14 +399,11 @@ FodyWeavers.xsd
!.vscode/tasks.json !.vscode/tasks.json
!.vscode/launch.json !.vscode/launch.json
!.vscode/extensions.json !.vscode/extensions.json
!.vscode/*.code-snippets *.code-workspace
# Local History for Visual Studio Code # Local History for Visual Studio Code
.history/ .history/
# Built Visual Studio Code Extensions
*.vsix
# Windows Installer files from build outputs # Windows Installer files from build outputs
*.cab *.cab
*.msi *.msi

View File

@ -43,7 +43,7 @@
*.sqlite.db* *.sqlite.db*
#ignore umbraco data/views/settings #ignore umbraco data/views/settings
**/umbraco/* **/umbraco/
#include default location for modelsbuilder output #include default location for modelsbuilder output
!**/umbraco/models !**/umbraco/models

View File

@ -1,32 +0,0 @@
#.gitignore template for Expo
#website: https://expo.dev/
#docs: https://docs.expo.dev/workflow/expo-cli/
#
#Rationale:
#node_modules/ is always ignored
#.expo/, .expo-shared/ are Expos local state and project-settings cache (see docs)
# Metro caches/logs are *.expo, *.tunnel, *.cache, *.tmp, *.log
# Node modules
node_modules/
# Expo local state and caches
.expo/ # runtime state (Metro bundler, dev-client data, tunnels)
.expo-shared/ # shared project settings (app.json edits, etc.)
# Metro bundler caches/logs
*.expo # generic Expo temp files
*.tunnel # Expo DevTools tunnels
*.cache # Metro cache folder
*.tmp # temp files created during bundling
*.log # build or Metro logs
# Environment variables
.env
.env.local
.env.*.local
# Package manager logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*