Compare commits

...

15 Commits

Author SHA1 Message Date
Tsunami43
68966d4715
Merge 776eef4589 into e9c620b9f6 2026-04-07 07:23:14 +00:00
Devin Dooley
e9c620b9f6
Merge pull request #4837 from haras-unicorn/feat-nix-ignore-nixos-test-history
feat(nix): ignore nixos test history
2026-04-06 09:43:23 -07:00
Devin Dooley
5853962226
Merge pull request #4826 from gxono/patch-1
TeX: add ConTeXt utility cache file (.tuc, .tui & tuo)
2026-04-06 09:41:52 -07:00
haras
c5bf3caf29 feat(nix): ignore nixos test history 2026-04-06 18:38:27 +02:00
Devin Dooley
7514684825
Merge pull request #4835 from ysmartin/patch-1
Fix comment URL for Maven wrapper usage
2026-04-06 09:32:48 -07:00
Devin Dooley
ad49657df2
Merge pull request #4836 from T1ckbase/fix/cpp-gitignore-whitespace
Remove trailing whitespace in C++.gitignore
2026-04-06 09:30:03 -07:00
T1ckbase
9ffced6030 Remove remaining trailing whitespace in C++.gitignore 2026-04-05 03:24:04 +08:00
T1ckbase
49990d1d63 Remove trailing whitespace in C++.gitignore 2026-04-05 03:15:27 +08:00
ysmartin
3d21cef359
Fix comment URL for Maven wrapper usage
Updated the URL and fragment in the comment for Maven wrapper usage.
2026-04-04 14:47:28 +02:00
Jonatán Perren
de90107f1a
TeX: add ConTeXt utility cache file (.tuc, .tui & tuo)
ConTeXt generates .tuc files (utility cache) during each run. 

These can be removed using the command line [--purgeall](https://wiki.contextgarden.net/Input_and_compilation/Executable_scripts_and_auxiliary_files/context_script#--purgeall).

ConTeXt MKII generates .tui and .tuo with the generation of [ToC](https://wiki.contextgarden.net/Document_structure_and_headlines/Table_of_contents).

These files store document metadata between compilations and are not part of the source, so they should be ignored.
2026-04-03 22:06:17 -03:00
Jonatán Perren
9aa86b4610
TeX: add ConTeXt utility cache file (.tua & .tuc)
ConTeXt generates .tua and .tuc files (utility cache) during each run. These files store document metadata between compilations and are not part of the source, so they should be ignored.
2026-03-27 21:24:28 -03:00
Tsunami43
776eef4589
Merge branch 'github:main' into main 2026-01-20 22:58:35 +03:00
Tsunami43
4e2c37de24
Merge branch 'github:main' into main 2026-01-11 01:47:06 +03:00
Tsunami43
70d328cddf Update env and optional variables 2025-11-13 13:13:52 +03:00
Tsunami43
188fa38aef
Update Python.gitignore 2025-10-31 12:17:15 +03:00
296 changed files with 3266 additions and 9 deletions

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
### AL ### ### AL ###
#Template for AL projects for Dynamics 365 Business Central #Template for AL projects for Dynamics 365 Business Central
#launch.json folder #launch.json folder

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Build and Release Folders # Build and Release Folders
bin-debug/ bin-debug/
bin-release/ bin-release/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Object file # Object file
*.o *.o

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Built things # Built things
_Debug/ _Debug/
Compiled/ Compiled/

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.agdai *.agdai
**/MAlonzo/** **/MAlonzo/**

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Gradle files # Gradle files
.gradle/ .gradle/
build/ build/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Angular specific # Angular specific
/dist/ /dist/
/out-tsc/ /out-tsc/

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Google App Engine generated folder # Google App Engine generated folder
appengine-generated/ appengine-generated/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Build folder and log file # Build folder and log file
build/ build/
build.log build.log

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.tar *.tar
*.tar.* *.tar.*
*.jar *.jar

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# http://www.gnu.org/software/automake # http://www.gnu.org/software/automake
Makefile.in Makefile.in

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# generated files # generated files
target/ target/
generated/ generated/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Prerequisites # Prerequisites
*.d *.d

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Prerequisites # Prerequisites
*.d *.d

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# unpacked plugin folders # unpacked plugin folders
plugins/**/* plugins/**/*

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
CMakeLists.txt.user CMakeLists.txt.user
CMakeCache.txt CMakeCache.txt
CMakeFiles CMakeFiles

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.i *.i
*.ii *.ii
*.gpu *.gpu

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# CakePHP 3 # CakePHP 3
/vendor/* /vendor/*

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.vagrant .vagrant
/cookbooks /cookbooks

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*/config/development */config/development
*/logs/log-*.php */logs/log-*.php
!*/logs/index.html !*/logs/index.html

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.FASL *.FASL
*.fasl *.fasl
*.lisp-temp *.lisp-temp

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
composer.phar composer.phar
/vendor/ /vendor/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# ignore the error log and .htaccess and others # ignore the error log and .htaccess and others
error_log error_log
.htaccess .htaccess

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.*.aux .*.aux
.*.d .*.d
*.a *.a

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore) # Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26) # not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
/craft/storage/* /craft/storage/*

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Compiled Object files # Compiled Object files
*.o *.o
*.obj *.obj

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.dmb *.dmb
*.rsc *.rsc
*.int *.int

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# See https://www.dartlang.org/guides/libraries/private-files # See https://www.dartlang.org/guides/libraries/private-files
# Files and directories created by pub # Files and directories created by pub

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Uncomment these types if you want even more clean repository. But be careful. # Uncomment these types if you want even more clean repository. But be careful.
# It can make harm to an existing project source. Read explanations below. # It can make harm to an existing project source. Read explanations below.
# #

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
## A streamlined .gitignore for modern .NET projects ## A streamlined .gitignore for modern .NET projects
## including temporary files, build results, and ## including temporary files, build results, and
## files generated by popular .NET tools. If you are ## files generated by popular .NET tools. If you are

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# gitignore template for Drupal 8 projects # gitignore template for Drupal 8 projects
# #
# earlier versions of Drupal are tracked in `community/PHP/` # earlier versions of Drupal are tracked in `community/PHP/`

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
###################### ######################
## EPiServer Files ## EPiServer Files
###################### ######################

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Ignore list for Eagle, a PCB layout tool # Ignore list for Eagle, a PCB layout tool
# Backup files # Backup files

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Compiled # Compiled
*.elc *.elc

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
/_build /_build
/cover /cover
/deps /deps

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# elm-package generated files # elm-package generated files
elm-stuff elm-stuff
# elm-repl generated files # elm-repl generated files

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.eunit .eunit
*.o *.o
*.beam *.beam

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.DS_Store .DS_Store
# Images # Images

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.architect .architect
bootstrap.css bootstrap.css
bootstrap.js bootstrap.js

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.rbc *.rbc
*.fyc *.fyc

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.bak *.bak
*.db *.db
*.avi *.avi

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Firebase build and deployment files # Firebase build and deployment files
/firebase-debug.log /firebase-debug.log
/firebase-debug.*.log /firebase-debug.*.log

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Ignore Flax project files # Ignore Flax project files
Binaries/ Binaries/
Cache/ Cache/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Miscellaneous # Miscellaneous
*.class *.class
*.lock *.lock

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.project .project
.settings .settings
salesforce.schema salesforce.schema

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# the composer package lock file and install directory # the composer package lock file and install directory
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.class *.class
# Package Files # # Package Files #

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# gcc coverage testing tool files # gcc coverage testing tool files
*.gcno *.gcno

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Node rules: # Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt .grunt

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using # This .gitignore is appropriate for repositories deployed to GitHub Pages and using
# a Gemfile as specified at https://github.com/github/pages-gem#conventional # a Gemfile as specified at https://github.com/github/pages-gem#conventional

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.beam *.beam
*.ez *.ez
/build /build

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json
!.vscode/tasks.json !.vscode/tasks.json

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Local configuration folder and symbol database # Local configuration folder and symbol database
/.anjuta/ /.anjuta/
/.anjuta_sym_db.db /.anjuta_sym_db.db

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.retry *.retry
.ansible/ .ansible/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# It's better to unpack these files and commit the raw source because # It's better to unpack these files and commit the raw source because
# git has its own built in compression methods. # git has its own built in compression methods.
*.7z *.7z

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.bak *.bak
*.gho *.gho
*.ori *.ori

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.bzr/ .bzr/
.bzrignore .bzrignore

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Bricx Command Center IDE # Bricx Command Center IDE
# http://bricxcc.sourceforge.net # http://bricxcc.sourceforge.net
*.bak *.bak

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
/CVS/* /CVS/*
**/CVS/* **/CVS/*
.cvsignore .cvsignore

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Calabash / Cucumber # Calabash / Cucumber
rerun/ rerun/
reports/ reports/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Cloud9 IDE - http://c9.io # Cloud9 IDE - http://c9.io
.c9revisions .c9revisions
.c9 .c9

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# General CodeKit files to ignore # General CodeKit files to ignore
config.codekit config.codekit
config.codekit3 config.codekit3

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.cursorignore .cursorignore
.cursorindexingignore .cursorindexingignore

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.project .project
.buildlog .buildlog

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.patch *.patch
*.diff *.diff

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# DW Dreamweaver added files # DW Dreamweaver added files
_notes _notes
_compareTemp _compareTemp

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Dropbox settings and caches # Dropbox settings and caches
.dropbox .dropbox
.dropbox.attr .dropbox.attr

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.metadata .metadata
bin/ bin/
tmp/ tmp/

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# The compilation directory # The compilation directory
EIFGENs EIFGENs

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# -*- mode: gitignore; -*- # -*- mode: gitignore; -*-
*~ *~
\#*\# \#*\#

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Ensime specific # Ensime specific
.ensime .ensime
.ensime_cache/ .ensime_cache/

View File

@ -1 +1,12 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.esproj *.esproj

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
bin/ bin/
bin-debug/ bin-debug/
bin-release/ bin-release/

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
secring.* secring.*

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# JPEG # JPEG
*.jpg *.jpg
*.jpeg *.jpeg

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# default application storage directory used by the IDE Performance Cache feature # default application storage directory used by the IDE Performance Cache feature
.data/ .data/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# JEnv local Java version configuration file # JEnv local Java version configuration file
.java-version .java-version

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.kdev4 *.kdev4
.kdev4/ .kdev4/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Swap Files # # Swap Files #
.*.kate-swp .*.kate-swp
.swp.* .swp.*

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Lazarus compiler-generated binaries (safe to delete) # Lazarus compiler-generated binaries (safe to delete)
*.exe *.exe
*.dll *.dll

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# https://lefthook.dev/configuration/#config-file-name # https://lefthook.dev/configuration/#config-file-name
/.lefthook-local.json /.lefthook-local.json
/.lefthook-local.toml /.lefthook-local.toml

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# LibreOffice locks # LibreOffice locks
.~lock.*# .~lock.*#

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*~ *~
# temporary files which can be created if a process still has a handle open of a deleted file # temporary files which can be created if a process still has a handle open of a deleted file

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Ignore LyX backup and autosave files # Ignore LyX backup and autosave files
# http://www.lyx.org/ # http://www.lyx.org/
*.lyx~ *.lyx~

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Autosave files # Autosave files
*.asv *.asv
*.m~ *.m~

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.hg/ .hg/
.hgignore .hgignore
.hgsigs .hgsigs

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Metals (Scala Language Server) # Metals (Scala Language Server)
# Reference: https://scalameta.org/metals/docs/editors/vscode#files-and-directories-to-include-in-your-gitignore # Reference: https://scalameta.org/metals/docs/editors/vscode#files-and-directories-to-include-in-your-gitignore
.metals/ .metals/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.tmp *.tmp
# Word temporary # Word temporary

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Built files # Built files
x86/ x86/
arm/ arm/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
#User Specific #User Specific
*.userprefs *.userprefs
*.usertasks *.usertasks

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
**/nbproject/private/ **/nbproject/private/
**/nbproject/Makefile-*.mk **/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash **/nbproject/Package-*.bash

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.ninja_deps .ninja_deps
.ninja_log .ninja_log

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Notepad++ backups # # Notepad++ backups #
*.bak *.bak

View File

@ -1 +1,12 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.otto/ .otto/

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Project Settings # Project Settings
*.cywrk.* *.cywrk.*
*.cyprj.* *.cyprj.*

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.orig *.orig
*.rej *.rej

View File

@ -1,3 +1,14 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.pio .pio
.pioenvs .pioenvs
.piolibdeps .piolibdeps

View File

@ -1,2 +1,13 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Private key # Private key
*.ppk *.ppk

View File

@ -1 +1,12 @@
# Optional variables
.docker
data
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.redcar .redcar

Some files were not shown because too many files have changed in this diff Show More