mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 11:17:23 +02:00
Merge a896c51402 into dcc0fc7bc2
This commit is contained in:
commit
0d03727aca
7
.github/CODEOWNERS
vendored
7
.github/CODEOWNERS
vendored
@ -1,7 +0,0 @@
|
|||||||
# Order is important. The LAST matching pattern has the MOST precedence.
|
|
||||||
# gitignore style patterns are used, not globs.
|
|
||||||
# https://docs.github.com/articles/about-codeowners
|
|
||||||
# https://git-scm.com/docs/gitignore
|
|
||||||
|
|
||||||
# Catch All - Defer to the gitignore maintainers
|
|
||||||
* @github/gitignore-maintainers
|
|
||||||
32
.github/PULL_REQUEST_TEMPLATE.md
vendored
32
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,32 +0,0 @@
|
|||||||
### Link to the application or project's homepage
|
|
||||||
|
|
||||||
_TODO_
|
|
||||||
<!---
|
|
||||||
Link to the project or application's homepage.
|
|
||||||
--->
|
|
||||||
|
|
||||||
### Reasons for making this change
|
|
||||||
|
|
||||||
_TODO_
|
|
||||||
<!---
|
|
||||||
Please provide some background for this change.
|
|
||||||
--->
|
|
||||||
|
|
||||||
### Links to documentation supporting these rule changes
|
|
||||||
|
|
||||||
_TODO_
|
|
||||||
<!---
|
|
||||||
Link to the project docs, any existing .gitignore files that project may have in its own repo, etc
|
|
||||||
--->
|
|
||||||
|
|
||||||
### Merge and Approval Steps
|
|
||||||
|
|
||||||
<!---
|
|
||||||
Please ensure you accomplish these tasks in order to get your contribution accepted
|
|
||||||
--->
|
|
||||||
- [ ] I have read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and understand my PR will be closed if it doesn't meet these guidelines
|
|
||||||
|
|
||||||
<!---
|
|
||||||
Once done, please wait for a GitHub maintainer to review your PR and if necessary,
|
|
||||||
work with them to address any findings.
|
|
||||||
--->
|
|
||||||
32
.github/workflows/stale.yml
vendored
32
.github/workflows/stale.yml
vendored
@ -1,32 +0,0 @@
|
|||||||
name: Stale
|
|
||||||
|
|
||||||
# **What it does**: Close pull requests after no updates for 180 days.
|
|
||||||
# **Why we have it**: This repository gets a lot of PRs, and the maintainers team is small.
|
|
||||||
# This helps reduce the open PRs to ones that are most desired by the community.
|
|
||||||
# **Who does it impact**: Contributors and maintainers of github/gitignore.
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: write # only for delete-branch option
|
|
||||||
issues: write
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
stale:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
|
|
||||||
with:
|
|
||||||
stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 365 days of inactivity. Leave a comment if you want to keep it open.'
|
|
||||||
close-pr-message: 'This PR has been closed because it was inactive for 365 days. If you want to continue working on it, please open a new PR.'
|
|
||||||
days-before-stale: 90
|
|
||||||
days-before-close: 365
|
|
||||||
stale-pr-label: 'stale'
|
|
||||||
exempt-pr-labels: 'keep'
|
|
||||||
close-issue-reason: not_planned
|
|
||||||
ascending: true # Sort PRs by last updated date in ascending order
|
|
||||||
operations-per-run: 300
|
|
||||||
23
AL.gitignore
23
AL.gitignore
@ -1,23 +0,0 @@
|
|||||||
### AL ###
|
|
||||||
#Template for AL projects for Dynamics 365 Business Central
|
|
||||||
#launch.json folder
|
|
||||||
.vscode/
|
|
||||||
#Cache folder
|
|
||||||
.alcache/
|
|
||||||
#Symbols folder
|
|
||||||
.alpackages/
|
|
||||||
#Snapshots folder
|
|
||||||
.snapshots/
|
|
||||||
#Testing Output folder
|
|
||||||
.output/
|
|
||||||
#Extension App-file
|
|
||||||
*.app
|
|
||||||
#Rapid Application Development File
|
|
||||||
rad.json
|
|
||||||
#Translation Base-file
|
|
||||||
*.g.xlf
|
|
||||||
#License-files
|
|
||||||
*.bclicense
|
|
||||||
*.flf
|
|
||||||
#Test results file
|
|
||||||
TestResults.xml
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
# Build and Release Folders
|
|
||||||
bin-debug/
|
|
||||||
bin-release/
|
|
||||||
[Oo]bj/
|
|
||||||
[Bb]in/
|
|
||||||
|
|
||||||
# Other files and folders
|
|
||||||
.settings/
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.swf
|
|
||||||
*.air
|
|
||||||
*.ipa
|
|
||||||
*.apk
|
|
||||||
|
|
||||||
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
|
||||||
# should NOT be excluded as they contain compiler settings and other important
|
|
||||||
# information for Eclipse / Flash Builder.
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
# Object file
|
|
||||||
*.o
|
|
||||||
|
|
||||||
# Ada Library Information
|
|
||||||
*.ali
|
|
||||||
@ -1,31 +0,0 @@
|
|||||||
# Built things
|
|
||||||
_Debug/
|
|
||||||
Compiled/
|
|
||||||
|
|
||||||
# AudioCache can be rebuilt from sources
|
|
||||||
AudioCache/
|
|
||||||
|
|
||||||
# Lockfile
|
|
||||||
_OpenInEditor.lock
|
|
||||||
|
|
||||||
# User settings
|
|
||||||
Game.agf.user
|
|
||||||
*.crm.user
|
|
||||||
|
|
||||||
# Backups
|
|
||||||
Game.agf.bak
|
|
||||||
backup_acsprset.spr
|
|
||||||
|
|
||||||
# Memory dumps
|
|
||||||
*.dmp
|
|
||||||
|
|
||||||
# Temporary files
|
|
||||||
# temporarily created during sprite or room background compression
|
|
||||||
~aclzw.tmp
|
|
||||||
# temporary, main game data, before getting packed into exe
|
|
||||||
game28.dta
|
|
||||||
# temporary build of the game before being moved to Compiled/ folder
|
|
||||||
*.exe
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
warnings.log
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
*.agdai
|
|
||||||
**/MAlonzo/**
|
|
||||||
@ -1,34 +0,0 @@
|
|||||||
# Gradle files
|
|
||||||
.gradle/
|
|
||||||
build/
|
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
|
||||||
local.properties
|
|
||||||
|
|
||||||
# Log/OS Files
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Android Studio generated files and folders
|
|
||||||
captures/
|
|
||||||
.externalNativeBuild/
|
|
||||||
.cxx/
|
|
||||||
*.aab
|
|
||||||
*.apk
|
|
||||||
output-metadata.json
|
|
||||||
|
|
||||||
# IntelliJ
|
|
||||||
*.iml
|
|
||||||
.idea/
|
|
||||||
misc.xml
|
|
||||||
deploymentTargetDropDown.xml
|
|
||||||
render.experimental.xml
|
|
||||||
|
|
||||||
# Keystore files
|
|
||||||
*.jks
|
|
||||||
*.keystore
|
|
||||||
|
|
||||||
# Google Services (e.g. APIs or Firebase)
|
|
||||||
google-services.json
|
|
||||||
|
|
||||||
# Android Profiling
|
|
||||||
*.hprof
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
# Angular specific
|
|
||||||
/dist/
|
|
||||||
/out-tsc/
|
|
||||||
/tmp/
|
|
||||||
/coverage/
|
|
||||||
/e2e/test-output/
|
|
||||||
/.angular/
|
|
||||||
.angular/
|
|
||||||
|
|
||||||
# Node modules and dependency files
|
|
||||||
/node_modules/
|
|
||||||
/package-lock.json
|
|
||||||
/yarn.lock
|
|
||||||
|
|
||||||
# Environment files
|
|
||||||
/.env
|
|
||||||
|
|
||||||
# Angular CLI and build artefacts
|
|
||||||
/.angular-cli.json
|
|
||||||
/.ng/
|
|
||||||
|
|
||||||
# TypeScript cache
|
|
||||||
*.tsbuildinfo
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
# Google App Engine generated folder
|
|
||||||
appengine-generated/
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Build folder and log file
|
|
||||||
build/
|
|
||||||
build.log
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
*.tar
|
|
||||||
*.tar.*
|
|
||||||
*.jar
|
|
||||||
*.exe
|
|
||||||
*.msi
|
|
||||||
*.deb
|
|
||||||
*.zip
|
|
||||||
*.tgz
|
|
||||||
*.log
|
|
||||||
*.log.*
|
|
||||||
*.sig
|
|
||||||
|
|
||||||
pkg/
|
|
||||||
src/
|
|
||||||
@ -1,54 +0,0 @@
|
|||||||
# http://www.gnu.org/software/automake
|
|
||||||
|
|
||||||
Makefile.in
|
|
||||||
/ar-lib
|
|
||||||
/mdate-sh
|
|
||||||
/py-compile
|
|
||||||
/test-driver
|
|
||||||
/ylwrap
|
|
||||||
.deps/
|
|
||||||
.dirstamp
|
|
||||||
|
|
||||||
# http://www.gnu.org/software/autoconf
|
|
||||||
|
|
||||||
autom4te.cache
|
|
||||||
/autoscan.log
|
|
||||||
/autoscan-*.log
|
|
||||||
/aclocal.m4
|
|
||||||
/compile
|
|
||||||
/config.cache
|
|
||||||
/config.guess
|
|
||||||
/config.h.in
|
|
||||||
/config.log
|
|
||||||
/config.status
|
|
||||||
/config.sub
|
|
||||||
/configure
|
|
||||||
/configure.scan
|
|
||||||
/depcomp
|
|
||||||
/install-sh
|
|
||||||
/missing
|
|
||||||
/stamp-h1
|
|
||||||
|
|
||||||
# https://www.gnu.org/software/libtool/
|
|
||||||
|
|
||||||
/libtool
|
|
||||||
/ltmain.sh
|
|
||||||
.libs/
|
|
||||||
|
|
||||||
# http://www.gnu.org/software/texinfo
|
|
||||||
|
|
||||||
/texinfo.tex
|
|
||||||
|
|
||||||
# http://www.gnu.org/software/m4/
|
|
||||||
|
|
||||||
m4/libtool.m4
|
|
||||||
m4/ltoptions.m4
|
|
||||||
m4/ltsugar.m4
|
|
||||||
m4/ltversion.m4
|
|
||||||
m4/lt~obsolete.m4
|
|
||||||
|
|
||||||
# Generated Makefile
|
|
||||||
# (meta build system like autotools,
|
|
||||||
# can automatically generate from config.status script
|
|
||||||
# (which is called by configure script))
|
|
||||||
Makefile
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
# generated files
|
|
||||||
target/
|
|
||||||
generated/
|
|
||||||
|
|
||||||
# dependencies
|
|
||||||
Dependencies.toml
|
|
||||||
|
|
||||||
# config files
|
|
||||||
Config.toml
|
|
||||||
# the config files used for testing, Uncomment the following line if you want to commit the test config files
|
|
||||||
#!**/tests/Config.toml
|
|
||||||
@ -1,68 +0,0 @@
|
|||||||
# Prerequisites
|
|
||||||
*.d
|
|
||||||
|
|
||||||
# Compiled Object files
|
|
||||||
*.slo
|
|
||||||
*.lo
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Linker files
|
|
||||||
*.ilk
|
|
||||||
|
|
||||||
# Debugger Files
|
|
||||||
*.pdb
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
*.dll
|
|
||||||
*.so.*
|
|
||||||
|
|
||||||
# Fortran module files
|
|
||||||
*.mod
|
|
||||||
*.smod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.lai
|
|
||||||
*.la
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
|
|
||||||
# Build directories
|
|
||||||
build/
|
|
||||||
Build/
|
|
||||||
build-*/
|
|
||||||
|
|
||||||
# CMake generated files
|
|
||||||
CMakeFiles/
|
|
||||||
CMakeCache.txt
|
|
||||||
cmake_install.cmake
|
|
||||||
Makefile
|
|
||||||
install_manifest.txt
|
|
||||||
compile_commands.json
|
|
||||||
|
|
||||||
# Temporary files
|
|
||||||
*.tmp
|
|
||||||
*.log
|
|
||||||
*.bak
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
# vcpkg
|
|
||||||
vcpkg_installed/
|
|
||||||
|
|
||||||
# debug information files
|
|
||||||
*.dwo
|
|
||||||
|
|
||||||
# test output & cache
|
|
||||||
Testing/
|
|
||||||
.cache/
|
|
||||||
55
C.gitignore
55
C.gitignore
@ -1,55 +0,0 @@
|
|||||||
# Prerequisites
|
|
||||||
*.d
|
|
||||||
|
|
||||||
# Object files
|
|
||||||
*.o
|
|
||||||
*.ko
|
|
||||||
*.obj
|
|
||||||
*.elf
|
|
||||||
|
|
||||||
# Linker output
|
|
||||||
*.ilk
|
|
||||||
*.map
|
|
||||||
*.exp
|
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Libraries
|
|
||||||
*.lib
|
|
||||||
*.a
|
|
||||||
*.la
|
|
||||||
*.lo
|
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs)
|
|
||||||
*.dll
|
|
||||||
*.so
|
|
||||||
*.so.*
|
|
||||||
*.dylib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
*.i*86
|
|
||||||
*.x86_64
|
|
||||||
*.hex
|
|
||||||
|
|
||||||
# Debug files
|
|
||||||
*.dSYM/
|
|
||||||
*.su
|
|
||||||
*.idb
|
|
||||||
*.pdb
|
|
||||||
|
|
||||||
# Kernel Module Compile Results
|
|
||||||
*.mod*
|
|
||||||
*.cmd
|
|
||||||
.tmp_versions/
|
|
||||||
modules.order
|
|
||||||
Module.symvers
|
|
||||||
Mkfile.old
|
|
||||||
dkms.conf
|
|
||||||
|
|
||||||
# debug information files
|
|
||||||
*.dwo
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
# unpacked plugin folders
|
|
||||||
plugins/**/*
|
|
||||||
|
|
||||||
# files directory where uploads go
|
|
||||||
files
|
|
||||||
|
|
||||||
# DBMigrate plugin: generated SQL
|
|
||||||
db/sql
|
|
||||||
|
|
||||||
# AssetBundler plugin: generated bundles
|
|
||||||
javascripts/bundles
|
|
||||||
stylesheets/bundles
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
CMakeLists.txt.user
|
|
||||||
CMakeCache.txt
|
|
||||||
CMakeFiles
|
|
||||||
CMakeScripts
|
|
||||||
Testing
|
|
||||||
Makefile
|
|
||||||
cmake_install.cmake
|
|
||||||
install_manifest.txt
|
|
||||||
compile_commands.json
|
|
||||||
CTestTestfile.cmake
|
|
||||||
_deps
|
|
||||||
CMakeUserPresets.json
|
|
||||||
|
|
||||||
# CLion
|
|
||||||
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
|
||||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
||||||
#cmake-build-*
|
|
||||||
@ -1,49 +0,0 @@
|
|||||||
# Contributing guidelines
|
|
||||||
|
|
||||||
We’d love you to help us improve this project. To help us keep this collection
|
|
||||||
high quality, we request that contributions adhere to the following guidelines.
|
|
||||||
Any contributions that don't meet these guidelines will be closed.
|
|
||||||
|
|
||||||
- **Provide a link to the application or project’s homepage**. Unless it’s
|
|
||||||
extremely popular, there’s a chance the maintainers don’t know about or use
|
|
||||||
the language, framework, editor, app, or project your change applies to.
|
|
||||||
|
|
||||||
- **Provide a reason for making this change**. Even if it seems self-evident,
|
|
||||||
please take a sentence or two to tell us why your change or addition should
|
|
||||||
happen. It’s especially helpful to articulate why this change applies to
|
|
||||||
*everyone* who works with the applicable technology, rather than just you or
|
|
||||||
your team.
|
|
||||||
|
|
||||||
- **Provide links to documentation** supporting the change you’re making.
|
|
||||||
Current, canonical documentation mentioning the files being ignored is best.
|
|
||||||
If documentation isn’t available to support your change, do the best you can
|
|
||||||
to explain what the files being ignored are for.
|
|
||||||
|
|
||||||
- **Keep scope as limited as possible**. Changes should be as small as possible
|
|
||||||
and apply to the most specific gitignore template available for the target
|
|
||||||
application. For example: OS-specific ignore rules like `.DS_Store` are not
|
|
||||||
accepted anywhere but their specific gitignore, `Global/macOS.gitignore` in
|
|
||||||
this case.
|
|
||||||
|
|
||||||
- **Only modify *one template* per pull request**. This helps keep pull
|
|
||||||
requests and feedback focused on a specific project or technology.
|
|
||||||
|
|
||||||
- **Add new rules to the most appropriate existing section**. Please ensure
|
|
||||||
your contribution does not create duplicate sections or add rules in
|
|
||||||
unrelated sections.
|
|
||||||
|
|
||||||
- **No duplicate rules**. It's easy to do, but it creates confusion and
|
|
||||||
introduces the risk of one or the other being missed in an update.
|
|
||||||
|
|
||||||
In general, the more you can do to help us understand the change you’re making,
|
|
||||||
the more likely we’ll be to accept your contribution quickly.
|
|
||||||
|
|
||||||
If a template is mostly a list of files installed by a particular version of
|
|
||||||
some software (e.g. a PHP framework) then it's brittle and probably no more
|
|
||||||
helpful than a simple `ls`. If it's not possible to curate a small set of
|
|
||||||
useful rules, then the template is not a good fit for this collection.
|
|
||||||
|
|
||||||
Please also understand that we can’t list every tool that ever existed.
|
|
||||||
Our aim is to curate a collection of the *most common and helpful* templates,
|
|
||||||
not to make sure we cover every project possible. If we choose not to
|
|
||||||
include your language, tool, or project, it’s not because it’s not awesome.
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
*.i
|
|
||||||
*.ii
|
|
||||||
*.gpu
|
|
||||||
*.ptx
|
|
||||||
*.cubin
|
|
||||||
*.fatbin
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
# CakePHP 3
|
|
||||||
|
|
||||||
/vendor/*
|
|
||||||
/config/app.php
|
|
||||||
|
|
||||||
/tmp/cache/models/*
|
|
||||||
!/tmp/cache/models/empty
|
|
||||||
/tmp/cache/persistent/*
|
|
||||||
!/tmp/cache/persistent/empty
|
|
||||||
/tmp/cache/views/*
|
|
||||||
!/tmp/cache/views/empty
|
|
||||||
/tmp/sessions/*
|
|
||||||
!/tmp/sessions/empty
|
|
||||||
/tmp/tests/*
|
|
||||||
!/tmp/tests/empty
|
|
||||||
|
|
||||||
/logs/*
|
|
||||||
!/logs/empty
|
|
||||||
|
|
||||||
# CakePHP 2
|
|
||||||
|
|
||||||
/app/tmp/*
|
|
||||||
/app/Config/core.php
|
|
||||||
/app/Config/database.php
|
|
||||||
/vendors/*
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
.vagrant
|
|
||||||
/cookbooks
|
|
||||||
|
|
||||||
# Bundler
|
|
||||||
bin/*
|
|
||||||
.bundle/*
|
|
||||||
|
|
||||||
.kitchen/
|
|
||||||
.kitchen.local.yml
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Leiningen.gitignore
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
*/config/development
|
|
||||||
*/logs/log-*.php
|
|
||||||
!*/logs/index.html
|
|
||||||
*/cache/*
|
|
||||||
!system/cache/*
|
|
||||||
!*/cache/index.html
|
|
||||||
!*/cache/.htaccess
|
|
||||||
|
|
||||||
user_guide_src/build/*
|
|
||||||
user_guide_src/cilexer/build/*
|
|
||||||
user_guide_src/cilexer/dist/*
|
|
||||||
user_guide_src/cilexer/pycilexer.egg-info/*
|
|
||||||
|
|
||||||
#codeigniter 3
|
|
||||||
application/logs/*
|
|
||||||
!application/logs/index.html
|
|
||||||
!application/logs/.htaccess
|
|
||||||
/vendor/
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
*.FASL
|
|
||||||
*.fasl
|
|
||||||
*.lisp-temp
|
|
||||||
*.dfsl
|
|
||||||
*.pfsl
|
|
||||||
*.d64fsl
|
|
||||||
*.p64fsl
|
|
||||||
*.lx64fsl
|
|
||||||
*.lx32fsl
|
|
||||||
*.dx64fsl
|
|
||||||
*.dx32fsl
|
|
||||||
*.fx64fsl
|
|
||||||
*.fx32fsl
|
|
||||||
*.sx64fsl
|
|
||||||
*.sx32fsl
|
|
||||||
*.wx64fsl
|
|
||||||
*.wx32fsl
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
composer.phar
|
|
||||||
/vendor/
|
|
||||||
|
|
||||||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
|
||||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
||||||
# composer.lock
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
# ignore the error log and .htaccess and others
|
|
||||||
error_log
|
|
||||||
.htaccess
|
|
||||||
|
|
||||||
# concrete5 5.6 specific
|
|
||||||
|
|
||||||
config/site.php
|
|
||||||
files/cache/*
|
|
||||||
files/tmp/*
|
|
||||||
|
|
||||||
# concrete5 5.7 specific
|
|
||||||
|
|
||||||
# ignore everything but the index.html
|
|
||||||
/application/files/*
|
|
||||||
!/application/files/index.html
|
|
||||||
|
|
||||||
# ignore updates folder
|
|
||||||
/updates/*
|
|
||||||
|
|
||||||
# ignore sitemap.xml
|
|
||||||
/sitemap.xml
|
|
||||||
@ -1,45 +0,0 @@
|
|||||||
.*.aux
|
|
||||||
.*.d
|
|
||||||
*.a
|
|
||||||
*.cma
|
|
||||||
*.cmi
|
|
||||||
*.cmo
|
|
||||||
*.cmx
|
|
||||||
*.cmxa
|
|
||||||
*.cmxs
|
|
||||||
*.glob
|
|
||||||
*.ml.d
|
|
||||||
*.ml4.d
|
|
||||||
*.mlg.d
|
|
||||||
*.mli.d
|
|
||||||
*.mllib.d
|
|
||||||
*.mlpack.d
|
|
||||||
*.native
|
|
||||||
*.o
|
|
||||||
*.v.d
|
|
||||||
*.vio
|
|
||||||
*.vo
|
|
||||||
*.vok
|
|
||||||
*.vos
|
|
||||||
.coq-native
|
|
||||||
.csdp.cache
|
|
||||||
.lia.cache
|
|
||||||
.nia.cache
|
|
||||||
.nlia.cache
|
|
||||||
.nra.cache
|
|
||||||
csdp.cache
|
|
||||||
lia.cache
|
|
||||||
nia.cache
|
|
||||||
nlia.cache
|
|
||||||
nra.cache
|
|
||||||
native_compute_profile_*.data
|
|
||||||
|
|
||||||
# generated timing files
|
|
||||||
*.timing.diff
|
|
||||||
*.v.after-timing
|
|
||||||
*.v.before-timing
|
|
||||||
*.v.timing
|
|
||||||
time-of-build-after.log
|
|
||||||
time-of-build-before.log
|
|
||||||
time-of-build-both.log
|
|
||||||
time-of-build-pretty.log
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
|
|
||||||
# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
|
|
||||||
/craft/storage/*
|
|
||||||
!/craft/storage/rebrand
|
|
||||||
24
D.gitignore
24
D.gitignore
@ -1,24 +0,0 @@
|
|||||||
# Compiled Object files
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
|
|
||||||
# DUB
|
|
||||||
.dub
|
|
||||||
docs.json
|
|
||||||
__dummy.html
|
|
||||||
docs/
|
|
||||||
|
|
||||||
# Code coverage
|
|
||||||
*.lst
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
*.dmb
|
|
||||||
*.rsc
|
|
||||||
*.int
|
|
||||||
*.lk
|
|
||||||
*.zip
|
|
||||||
@ -1,29 +0,0 @@
|
|||||||
# See https://www.dartlang.org/guides/libraries/private-files
|
|
||||||
|
|
||||||
# Files and directories created by pub
|
|
||||||
.dart_tool/
|
|
||||||
.packages
|
|
||||||
build/
|
|
||||||
# If you're building an application, you may want to check-in your pubspec.lock
|
|
||||||
pubspec.lock
|
|
||||||
|
|
||||||
# Directory created by dartdoc
|
|
||||||
# If you don't generate documentation locally you can remove this line.
|
|
||||||
doc/api/
|
|
||||||
|
|
||||||
# dotenv environment variables file
|
|
||||||
.env*
|
|
||||||
|
|
||||||
# Avoid committing generated Javascript files:
|
|
||||||
*.dart.js
|
|
||||||
# Produced by the --dump-info flag.
|
|
||||||
*.info.json
|
|
||||||
# When generated by dart2js. Don't specify *.js if your
|
|
||||||
# project includes source files written in JavaScript.
|
|
||||||
*.js
|
|
||||||
*.js_
|
|
||||||
*.js.deps
|
|
||||||
*.js.map
|
|
||||||
|
|
||||||
.flutter-plugins
|
|
||||||
.flutter-plugins-dependencies
|
|
||||||
@ -1,82 +0,0 @@
|
|||||||
# 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.
|
|
||||||
#
|
|
||||||
# Resource files are binaries containing manifest, project icon and version info.
|
|
||||||
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
|
|
||||||
#*.res
|
|
||||||
#
|
|
||||||
# Type library file (binary). In old Delphi versions it should be stored.
|
|
||||||
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
|
|
||||||
#*.tlb
|
|
||||||
#
|
|
||||||
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
|
|
||||||
# Uncomment this if you are not using diagrams or use newer Delphi version.
|
|
||||||
#*.ddp
|
|
||||||
#
|
|
||||||
# Visual LiveBindings file. Added in Delphi XE2.
|
|
||||||
# Uncomment this if you are not using LiveBindings Designer.
|
|
||||||
#*.vlb
|
|
||||||
#
|
|
||||||
# Deployment Manager configuration file for your project. Added in Delphi XE2.
|
|
||||||
# Uncomment this if it is not mobile development and you do not use remote debug feature.
|
|
||||||
#*.deployproj
|
|
||||||
#
|
|
||||||
# C++ object files produced when C/C++ Output file generation is configured.
|
|
||||||
# Uncomment this if you are not using external objects (zlib library for example).
|
|
||||||
#*.obj
|
|
||||||
#
|
|
||||||
|
|
||||||
# Default Delphi compiler directories
|
|
||||||
# Content of this directories are generated with each Compile/Construct of a project.
|
|
||||||
# Most of the time, files here have not there place in a code repository.
|
|
||||||
#Win32/
|
|
||||||
#Win64/
|
|
||||||
#OSX64/
|
|
||||||
#OSXARM64/
|
|
||||||
#Android/
|
|
||||||
#Android64/
|
|
||||||
#iOSDevice64/
|
|
||||||
#Linux64/
|
|
||||||
|
|
||||||
# Delphi compiler-generated binaries (safe to delete)
|
|
||||||
*.exe
|
|
||||||
*.dll
|
|
||||||
*.bpl
|
|
||||||
*.bpi
|
|
||||||
*.dcp
|
|
||||||
*.so
|
|
||||||
*.apk
|
|
||||||
*.drc
|
|
||||||
*.map
|
|
||||||
*.dres
|
|
||||||
*.rsm
|
|
||||||
*.tds
|
|
||||||
*.dcu
|
|
||||||
*.lib
|
|
||||||
*.a
|
|
||||||
*.o
|
|
||||||
*.ocx
|
|
||||||
|
|
||||||
# Delphi autogenerated files (duplicated info)
|
|
||||||
*.cfg
|
|
||||||
*.hpp
|
|
||||||
*Resource.rc
|
|
||||||
|
|
||||||
# Delphi local files (user-specific info)
|
|
||||||
*.local
|
|
||||||
*.identcache
|
|
||||||
*.projdata
|
|
||||||
*.tvsconfig
|
|
||||||
*.dsk
|
|
||||||
*.dsv
|
|
||||||
|
|
||||||
# Delphi history and backups
|
|
||||||
__history/
|
|
||||||
__recovery/
|
|
||||||
*.~*
|
|
||||||
|
|
||||||
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
|
|
||||||
*.stat
|
|
||||||
|
|
||||||
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
|
|
||||||
modules/
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
# Deno
|
|
||||||
# https://deno.com/
|
|
||||||
|
|
||||||
# Cache directory (when using project-local DENO_DIR)
|
|
||||||
# https://docs.deno.com/runtime/fundamentals/setup/#deno_dir
|
|
||||||
.deno/
|
|
||||||
|
|
||||||
# Coverage reports
|
|
||||||
# https://docs.deno.com/runtime/reference/cli/coverage/
|
|
||||||
coverage/
|
|
||||||
*.lcov
|
|
||||||
@ -1,57 +0,0 @@
|
|||||||
## A streamlined .gitignore for modern .NET projects
|
|
||||||
## including temporary files, build results, and
|
|
||||||
## files generated by popular .NET tools. If you are
|
|
||||||
## developing with Visual Studio, the VS .gitignore
|
|
||||||
## https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
|
||||||
## has more thorough IDE-specific entries.
|
|
||||||
##
|
|
||||||
## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore
|
|
||||||
|
|
||||||
# Build results
|
|
||||||
[Dd]ebug/
|
|
||||||
[Dd]ebugPublic/
|
|
||||||
[Rr]elease/
|
|
||||||
[Rr]eleases/
|
|
||||||
x64/
|
|
||||||
x86/
|
|
||||||
[Ww][Ii][Nn]32/
|
|
||||||
[Aa][Rr][Mm]/
|
|
||||||
[Aa][Rr][Mm]64/
|
|
||||||
bld/
|
|
||||||
[Bb]in/
|
|
||||||
[Oo]bj/
|
|
||||||
[Ll]og/
|
|
||||||
[Ll]ogs/
|
|
||||||
|
|
||||||
# .NET Core
|
|
||||||
project.lock.json
|
|
||||||
project.fragment.lock.json
|
|
||||||
artifacts/
|
|
||||||
|
|
||||||
# ASP.NET Scaffolding
|
|
||||||
ScaffoldingReadMe.txt
|
|
||||||
|
|
||||||
# NuGet Packages
|
|
||||||
*.nupkg
|
|
||||||
# NuGet Symbol Packages
|
|
||||||
*.snupkg
|
|
||||||
|
|
||||||
# dotenv environment variables file
|
|
||||||
.env
|
|
||||||
|
|
||||||
# Others
|
|
||||||
~$*
|
|
||||||
*~
|
|
||||||
CodeCoverage/
|
|
||||||
|
|
||||||
# MSBuild Binary and Structured Log
|
|
||||||
*.binlog
|
|
||||||
|
|
||||||
# MSTest test Results
|
|
||||||
[Tt]est[Rr]esult*/
|
|
||||||
[Bb]uild[Ll]og.*
|
|
||||||
|
|
||||||
# NUnit
|
|
||||||
*.VisualState.xml
|
|
||||||
TestResult.xml
|
|
||||||
nunit-*.xml
|
|
||||||
@ -1,65 +0,0 @@
|
|||||||
# gitignore template for Drupal 8 projects
|
|
||||||
#
|
|
||||||
# earlier versions of Drupal are tracked in `community/PHP/`
|
|
||||||
#
|
|
||||||
# follows official upstream conventions:
|
|
||||||
# https://www.drupal.org/docs/develop/using-composer
|
|
||||||
|
|
||||||
# Ignore configuration files that may contain sensitive information
|
|
||||||
/web/sites/*/*settings*.php
|
|
||||||
/web/sites/*/*services*.yml
|
|
||||||
|
|
||||||
# Ignore paths that may contain user-generated content
|
|
||||||
/web/sites/*/files
|
|
||||||
/web/sites/*/public
|
|
||||||
/web/sites/*/private
|
|
||||||
/web/sites/*/files-public
|
|
||||||
/web/sites/*/files-private
|
|
||||||
|
|
||||||
# Ignore paths that may contain temporary files
|
|
||||||
/web/sites/*/translations
|
|
||||||
/web/sites/*/tmp
|
|
||||||
/web/sites/*/cache
|
|
||||||
|
|
||||||
# Ignore drupal core (if not versioning drupal sources)
|
|
||||||
/web/vendor
|
|
||||||
/web/core
|
|
||||||
/web/modules/README.txt
|
|
||||||
/web/modules/contrib
|
|
||||||
/web/profiles/README.txt
|
|
||||||
/web/profiles/contrib
|
|
||||||
/web/sites/development.services.yml
|
|
||||||
/web/sites/example.settings.local.php
|
|
||||||
/web/sites/example.sites.php
|
|
||||||
/web/sites/README.txt
|
|
||||||
/web/themes/README.txt
|
|
||||||
/web/themes/contrib
|
|
||||||
/web/.csslintrc
|
|
||||||
/web/.editorconfig
|
|
||||||
/web/.eslintignore
|
|
||||||
/web/.eslintrc.json
|
|
||||||
/web/.gitattributes
|
|
||||||
/web/.htaccess
|
|
||||||
/web/.ht.router.php
|
|
||||||
/web/autoload.php
|
|
||||||
/web/composer.json
|
|
||||||
/web/composer.lock
|
|
||||||
/web/example.gitignore
|
|
||||||
/web/index.php
|
|
||||||
/web/INSTALL.txt
|
|
||||||
/web/LICENSE.txt
|
|
||||||
/web/README.txt
|
|
||||||
/web/robots.txt
|
|
||||||
/web/update.php
|
|
||||||
/web/web.config
|
|
||||||
|
|
||||||
# Ignore vendor dependencies and scripts
|
|
||||||
/vendor
|
|
||||||
/composer.phar
|
|
||||||
/composer
|
|
||||||
/robo.phar
|
|
||||||
/robo
|
|
||||||
/drush.phar
|
|
||||||
/drush
|
|
||||||
/drupal.phar
|
|
||||||
/drupal
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
######################
|
|
||||||
## EPiServer Files
|
|
||||||
######################
|
|
||||||
*License.config
|
|
||||||
@ -1,51 +0,0 @@
|
|||||||
# Ignore list for Eagle, a PCB layout tool
|
|
||||||
|
|
||||||
# Backup files
|
|
||||||
*.s#?
|
|
||||||
*.b#?
|
|
||||||
*.l#?
|
|
||||||
*.b$?
|
|
||||||
*.s$?
|
|
||||||
*.l$?
|
|
||||||
|
|
||||||
# Eagle project file
|
|
||||||
# It contains a serial number and references to the file structure
|
|
||||||
# on your computer.
|
|
||||||
# comment the following line if you want to have your project file included.
|
|
||||||
eagle.epf
|
|
||||||
|
|
||||||
# Autorouter files
|
|
||||||
*.pro
|
|
||||||
*.job
|
|
||||||
|
|
||||||
# CAM files
|
|
||||||
*.$$$
|
|
||||||
*.cmp
|
|
||||||
*.ly2
|
|
||||||
*.l15
|
|
||||||
*.sol
|
|
||||||
*.plc
|
|
||||||
*.stc
|
|
||||||
*.sts
|
|
||||||
*.crc
|
|
||||||
*.crs
|
|
||||||
|
|
||||||
*.dri
|
|
||||||
*.drl
|
|
||||||
*.gpi
|
|
||||||
*.pls
|
|
||||||
*.ger
|
|
||||||
*.xln
|
|
||||||
|
|
||||||
*.drd
|
|
||||||
*.drd.*
|
|
||||||
|
|
||||||
*.s#*
|
|
||||||
*.b#*
|
|
||||||
|
|
||||||
*.info
|
|
||||||
|
|
||||||
*.eps
|
|
||||||
|
|
||||||
# file locks introduced since 7.x
|
|
||||||
*.lck
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
# Compiled
|
|
||||||
*.elc
|
|
||||||
|
|
||||||
# Packaging
|
|
||||||
.cask/
|
|
||||||
.eask/
|
|
||||||
.eldev/
|
|
||||||
.keg/
|
|
||||||
|
|
||||||
# Built distribution
|
|
||||||
dist/
|
|
||||||
|
|
||||||
# Backup files
|
|
||||||
*~
|
|
||||||
|
|
||||||
# Undo-tree save-files
|
|
||||||
*.~undo-tree
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
/_build
|
|
||||||
/cover
|
|
||||||
/deps
|
|
||||||
/doc
|
|
||||||
/.fetch
|
|
||||||
erl_crash.dump
|
|
||||||
*.ez
|
|
||||||
*.beam
|
|
||||||
/config/*.secret.exs
|
|
||||||
.elixir_ls/
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
# elm-package generated files
|
|
||||||
elm-stuff
|
|
||||||
# elm-repl generated files
|
|
||||||
repl-temp-*
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
.eunit
|
|
||||||
*.o
|
|
||||||
*.beam
|
|
||||||
*.plt
|
|
||||||
erl_crash.dump
|
|
||||||
.concrete/DEV_MODE
|
|
||||||
|
|
||||||
# rebar 2.x
|
|
||||||
.rebar
|
|
||||||
rel/example_project
|
|
||||||
ebin/*.beam
|
|
||||||
deps
|
|
||||||
|
|
||||||
# rebar 3
|
|
||||||
.rebar3
|
|
||||||
_build/
|
|
||||||
_checkouts/
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
.DS_Store
|
|
||||||
|
|
||||||
# Images
|
|
||||||
images/avatars/
|
|
||||||
images/captchas/
|
|
||||||
images/smileys/
|
|
||||||
images/member_photos/
|
|
||||||
images/signature_attachments/
|
|
||||||
images/pm_attachments/
|
|
||||||
|
|
||||||
# For security do not publish the following files
|
|
||||||
system/expressionengine/config/database.php
|
|
||||||
system/expressionengine/config/config.php
|
|
||||||
|
|
||||||
# Caches
|
|
||||||
sized/
|
|
||||||
thumbs/
|
|
||||||
_thumbs/
|
|
||||||
*/expressionengine/cache/*
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
.architect
|
|
||||||
bootstrap.css
|
|
||||||
bootstrap.js
|
|
||||||
bootstrap.json
|
|
||||||
bootstrap.jsonp
|
|
||||||
build/
|
|
||||||
classic.json
|
|
||||||
classic.jsonp
|
|
||||||
ext/
|
|
||||||
modern.json
|
|
||||||
modern.jsonp
|
|
||||||
resources/sass/.sass-cache/
|
|
||||||
resources/.arch-internal-preview.css
|
|
||||||
.arch-internal-preview.css
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
*.rbc
|
|
||||||
*.fyc
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
*.bak
|
|
||||||
*.db
|
|
||||||
*.avi
|
|
||||||
*.pdf
|
|
||||||
*.ps
|
|
||||||
*.mid
|
|
||||||
*.midi
|
|
||||||
*.mp3
|
|
||||||
*.aif
|
|
||||||
*.wav
|
|
||||||
# Some versions of Finale have a bug and randomly save extra copies of
|
|
||||||
# the music source as "<Filename> copy.mus"
|
|
||||||
*copy.mus
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
# Firebase build and deployment files
|
|
||||||
/firebase-debug.log
|
|
||||||
/firebase-debug.*.log
|
|
||||||
.firebaserc
|
|
||||||
|
|
||||||
# Firebase Hosting
|
|
||||||
/firebase.json
|
|
||||||
*.cache
|
|
||||||
hosting/.cache
|
|
||||||
|
|
||||||
# Firebase Functions
|
|
||||||
/functions/node_modules/
|
|
||||||
/functions/.env
|
|
||||||
/functions/package-lock.json
|
|
||||||
|
|
||||||
# Firebase Emulators
|
|
||||||
/firebase-*.zip
|
|
||||||
/.firebase/
|
|
||||||
/emulator-ui/
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Environment files (local configs)
|
|
||||||
/.env.*
|
|
||||||
@ -1,45 +0,0 @@
|
|||||||
# Ignore Flax project files
|
|
||||||
Binaries/
|
|
||||||
Cache/
|
|
||||||
Logs/
|
|
||||||
Output/
|
|
||||||
Screenshots/
|
|
||||||
*.HotReload.*
|
|
||||||
|
|
||||||
# Ignore Visual Studio project files (generated locally)
|
|
||||||
*.csproj
|
|
||||||
*.sln
|
|
||||||
|
|
||||||
# Ignore thumbnails created by Windows
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Ignore files built by Visual Studio
|
|
||||||
*.obj
|
|
||||||
*.exe
|
|
||||||
*.pdb
|
|
||||||
*.user
|
|
||||||
*.aps
|
|
||||||
*.pch
|
|
||||||
*.vspscc
|
|
||||||
*_i.c
|
|
||||||
*_p.c
|
|
||||||
*.ncb
|
|
||||||
*.suo
|
|
||||||
*.tlb
|
|
||||||
*.tlh
|
|
||||||
*.bak
|
|
||||||
*.cache
|
|
||||||
*.ilk
|
|
||||||
*.log
|
|
||||||
[Bb]in
|
|
||||||
[Dd]ebug*/
|
|
||||||
*.lib
|
|
||||||
*.sbr
|
|
||||||
obj/
|
|
||||||
[Rr]elease*/
|
|
||||||
_ReSharper*/
|
|
||||||
[Tt]est[Rr]esult*
|
|
||||||
.vs/
|
|
||||||
|
|
||||||
# Ignore Nuget packages folder
|
|
||||||
packages/
|
|
||||||
@ -1,119 +0,0 @@
|
|||||||
# Miscellaneous
|
|
||||||
*.class
|
|
||||||
*.lock
|
|
||||||
*.log
|
|
||||||
*.pyc
|
|
||||||
*.swp
|
|
||||||
.buildlog/
|
|
||||||
.history
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Flutter repo-specific
|
|
||||||
/bin/cache/
|
|
||||||
/bin/internal/bootstrap.bat
|
|
||||||
/bin/internal/bootstrap.sh
|
|
||||||
/bin/mingit/
|
|
||||||
/dev/benchmarks/mega_gallery/
|
|
||||||
/dev/bots/.recipe_deps
|
|
||||||
/dev/bots/android_tools/
|
|
||||||
/dev/devicelab/ABresults*.json
|
|
||||||
/dev/docs/doc/
|
|
||||||
/dev/docs/flutter.docs.zip
|
|
||||||
/dev/docs/lib/
|
|
||||||
/dev/docs/pubspec.yaml
|
|
||||||
/dev/integration_tests/**/xcuserdata
|
|
||||||
/dev/integration_tests/**/Pods
|
|
||||||
/packages/flutter/coverage/
|
|
||||||
version
|
|
||||||
analysis_benchmark.json
|
|
||||||
|
|
||||||
# packages file containing multi-root paths
|
|
||||||
.packages.generated
|
|
||||||
|
|
||||||
# Flutter/Dart/Pub related
|
|
||||||
**/doc/api/
|
|
||||||
.dart_tool/
|
|
||||||
.flutter-plugins
|
|
||||||
.flutter-plugins-dependencies
|
|
||||||
**/generated_plugin_registrant.dart
|
|
||||||
.packages
|
|
||||||
.pub-preload-cache/
|
|
||||||
.pub/
|
|
||||||
build/
|
|
||||||
flutter_*.png
|
|
||||||
linked_*.ds
|
|
||||||
unlinked.ds
|
|
||||||
unlinked_spec.ds
|
|
||||||
|
|
||||||
# Android related
|
|
||||||
**/android/**/gradle-wrapper.jar
|
|
||||||
.gradle/
|
|
||||||
**/android/captures/
|
|
||||||
**/android/gradlew
|
|
||||||
**/android/gradlew.bat
|
|
||||||
**/android/local.properties
|
|
||||||
**/android/**/GeneratedPluginRegistrant.java
|
|
||||||
**/android/key.properties
|
|
||||||
*.jks
|
|
||||||
|
|
||||||
# iOS/XCode related
|
|
||||||
**/ios/**/*.mode1v3
|
|
||||||
**/ios/**/*.mode2v3
|
|
||||||
**/ios/**/*.moved-aside
|
|
||||||
**/ios/**/*.pbxuser
|
|
||||||
**/ios/**/*.perspectivev3
|
|
||||||
**/ios/**/*sync/
|
|
||||||
**/ios/**/.sconsign.dblite
|
|
||||||
**/ios/**/.tags*
|
|
||||||
**/ios/**/.vagrant/
|
|
||||||
**/ios/**/DerivedData/
|
|
||||||
**/ios/**/Icon?
|
|
||||||
**/ios/**/Pods/
|
|
||||||
**/ios/**/.symlinks/
|
|
||||||
**/ios/**/profile
|
|
||||||
**/ios/**/xcuserdata
|
|
||||||
**/ios/.generated/
|
|
||||||
**/ios/Flutter/.last_build_id
|
|
||||||
**/ios/Flutter/App.framework
|
|
||||||
**/ios/Flutter/Flutter.framework
|
|
||||||
**/ios/Flutter/Flutter.podspec
|
|
||||||
**/ios/Flutter/Generated.xcconfig
|
|
||||||
**/ios/Flutter/ephemeral
|
|
||||||
**/ios/Flutter/app.flx
|
|
||||||
**/ios/Flutter/app.zip
|
|
||||||
**/ios/Flutter/flutter_assets/
|
|
||||||
**/ios/Flutter/flutter_export_environment.sh
|
|
||||||
**/ios/ServiceDefinitions.json
|
|
||||||
**/ios/Runner/GeneratedPluginRegistrant.*
|
|
||||||
|
|
||||||
# macOS
|
|
||||||
**/Flutter/ephemeral/
|
|
||||||
**/Pods/
|
|
||||||
**/macos/Flutter/GeneratedPluginRegistrant.swift
|
|
||||||
**/macos/Flutter/ephemeral
|
|
||||||
**/xcuserdata/
|
|
||||||
|
|
||||||
# Windows
|
|
||||||
**/windows/flutter/generated_plugin_registrant.cc
|
|
||||||
**/windows/flutter/generated_plugin_registrant.h
|
|
||||||
**/windows/flutter/generated_plugins.cmake
|
|
||||||
|
|
||||||
# Linux
|
|
||||||
**/linux/flutter/generated_plugin_registrant.cc
|
|
||||||
**/linux/flutter/generated_plugin_registrant.h
|
|
||||||
**/linux/flutter/generated_plugins.cmake
|
|
||||||
|
|
||||||
# Coverage
|
|
||||||
coverage/
|
|
||||||
|
|
||||||
# Symbols
|
|
||||||
app.*.symbols
|
|
||||||
|
|
||||||
# Exceptions to above rules.
|
|
||||||
!**/ios/**/default.mode1v3
|
|
||||||
!**/ios/**/default.mode2v3
|
|
||||||
!**/ios/**/default.pbxuser
|
|
||||||
!**/ios/**/default.perspectivev3
|
|
||||||
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
||||||
!/dev/ci/**/Gemfile.lock
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
.project
|
|
||||||
.settings
|
|
||||||
salesforce.schema
|
|
||||||
Referenced Packages
|
|
||||||
@ -1 +0,0 @@
|
|||||||
C++.gitignore
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
# 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
|
|
||||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
||||||
# /composer.lock
|
|
||||||
/fuel/vendor
|
|
||||||
|
|
||||||
# the fuelphp document
|
|
||||||
/docs/
|
|
||||||
|
|
||||||
# you may install these packages with `oil package`.
|
|
||||||
# http://fuelphp.com/docs/packages/oil/package.html
|
|
||||||
# /fuel/packages/auth/
|
|
||||||
# /fuel/packages/email/
|
|
||||||
# /fuel/packages/oil/
|
|
||||||
# /fuel/packages/orm/
|
|
||||||
# /fuel/packages/parser/
|
|
||||||
|
|
||||||
# dynamically generated files
|
|
||||||
/fuel/app/logs/*/*/*
|
|
||||||
/fuel/app/cache/*/*
|
|
||||||
/fuel/app/config/crypt.php
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
*.class
|
|
||||||
|
|
||||||
# Package Files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
|
|
||||||
# gwt caches and compiled units #
|
|
||||||
war/gwt_bree/
|
|
||||||
gwt-unitCache/
|
|
||||||
|
|
||||||
# boilerplate generated classes #
|
|
||||||
.apt_generated/
|
|
||||||
|
|
||||||
# more caches and things from deploy #
|
|
||||||
war/WEB-INF/deploy/
|
|
||||||
war/WEB-INF/classes/
|
|
||||||
|
|
||||||
#compilation logs
|
|
||||||
.gwt/
|
|
||||||
|
|
||||||
#gwt junit compilation files
|
|
||||||
www-test/
|
|
||||||
|
|
||||||
#old GWT (1.5) created this dir
|
|
||||||
.gwt-tmp/
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
# gcc coverage testing tool files
|
|
||||||
|
|
||||||
*.gcno
|
|
||||||
*.gcda
|
|
||||||
*.gcov
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
# Node rules:
|
|
||||||
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
||||||
.grunt
|
|
||||||
|
|
||||||
## Dependency directory
|
|
||||||
## Commenting this out is preferred by some people, see
|
|
||||||
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
|
|
||||||
node_modules
|
|
||||||
|
|
||||||
# Book build output
|
|
||||||
_book
|
|
||||||
|
|
||||||
# eBook build output
|
|
||||||
*.epub
|
|
||||||
*.mobi
|
|
||||||
*.pdf
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
|
|
||||||
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
|
|
||||||
|
|
||||||
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
|
|
||||||
_site/
|
|
||||||
.sass-cache/
|
|
||||||
.jekyll-cache/
|
|
||||||
.jekyll-metadata
|
|
||||||
|
|
||||||
# Additional Ruby/bundler ignore for when you run: bundle install
|
|
||||||
/vendor
|
|
||||||
|
|
||||||
# Specific ignore for GitHub Pages
|
|
||||||
# GitHub Pages will always use its own deployed version of pages-gem
|
|
||||||
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
|
|
||||||
# counterproductive to check this file into the repository.
|
|
||||||
# Details at https://github.com/github/pages-gem/issues/768
|
|
||||||
Gemfile.lock
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
*.beam
|
|
||||||
*.ez
|
|
||||||
/build
|
|
||||||
erl_crash.dump
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
.vscode/*
|
|
||||||
!.vscode/settings.json
|
|
||||||
!.vscode/tasks.json
|
|
||||||
!.vscode/launch.json
|
|
||||||
!.vscode/extensions.json
|
|
||||||
*.code-workspace
|
|
||||||
|
|
||||||
# Local History for Visual Studio Code
|
|
||||||
.history/
|
|
||||||
*.app
|
|
||||||
.snapshots/*
|
|
||||||
@ -1,68 +0,0 @@
|
|||||||
# AI agents and assistants
|
|
||||||
#
|
|
||||||
# Some common agent instruction and project configuration files are listed
|
|
||||||
# below as commented-out examples. They are often intentionally committed and
|
|
||||||
# shared with a team, so only uncomment them if they are local-only in your
|
|
||||||
# project.
|
|
||||||
|
|
||||||
# GEMINI.md
|
|
||||||
# WARP.md
|
|
||||||
# CRUSH.md
|
|
||||||
# QWEN.md
|
|
||||||
|
|
||||||
# OpenAI Codex
|
|
||||||
# AGENTS.md
|
|
||||||
# .codex/
|
|
||||||
|
|
||||||
# Aider
|
|
||||||
.aider.input.history
|
|
||||||
.aider.chat.history.md
|
|
||||||
.aider.llm.history
|
|
||||||
.aider.tags.cache.v*
|
|
||||||
# .aiderignore
|
|
||||||
|
|
||||||
# Claude Code
|
|
||||||
.claude/*.local.json
|
|
||||||
.claude/**/*.log
|
|
||||||
CLAUDE.local.md
|
|
||||||
# .claude/
|
|
||||||
|
|
||||||
# Gemini CLI
|
|
||||||
gemini-debug.log
|
|
||||||
.gemini-clipboard/
|
|
||||||
# .gemini/
|
|
||||||
|
|
||||||
# Cursor AI
|
|
||||||
# .cursorrules
|
|
||||||
# .cursor/
|
|
||||||
# .cursor.json
|
|
||||||
# .cursor-settings.yaml
|
|
||||||
|
|
||||||
# Continue
|
|
||||||
# .continue/
|
|
||||||
# .continuerc.json
|
|
||||||
|
|
||||||
# Cline
|
|
||||||
# .cline/
|
|
||||||
# .clinerules
|
|
||||||
# cline.json
|
|
||||||
|
|
||||||
# Other agent/editor project config
|
|
||||||
# .warp/
|
|
||||||
# .crush/
|
|
||||||
# .codeium/
|
|
||||||
# .deepseek/
|
|
||||||
# .amazon-codewhisperer/
|
|
||||||
# .tabnineignore
|
|
||||||
# .tabnine/
|
|
||||||
|
|
||||||
# GitHub Copilot
|
|
||||||
# .github/copilot-instructions.md
|
|
||||||
|
|
||||||
# Windsurf Editor
|
|
||||||
# .windsurfrules
|
|
||||||
# .windsurf/
|
|
||||||
|
|
||||||
# Replit AI Development
|
|
||||||
# .replit
|
|
||||||
# replit.nix
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Local configuration folder and symbol database
|
|
||||||
/.anjuta/
|
|
||||||
/.anjuta_sym_db.db
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
# The default root path for Ansible config files on the controller
|
|
||||||
.ansible/
|
|
||||||
|
|
||||||
# Retry files generated for failed Ansible playbook runs
|
|
||||||
*.retry
|
|
||||||
@ -1,34 +0,0 @@
|
|||||||
# It's better to unpack these files and commit the raw source because
|
|
||||||
# git has its own built in compression methods.
|
|
||||||
*.7z
|
|
||||||
*.jar
|
|
||||||
*.rar
|
|
||||||
*.zip
|
|
||||||
*.gz
|
|
||||||
*.gzip
|
|
||||||
*.tgz
|
|
||||||
*.bzip
|
|
||||||
*.bzip2
|
|
||||||
*.bz2
|
|
||||||
*.xz
|
|
||||||
*.lzma
|
|
||||||
*.cab
|
|
||||||
*.xar
|
|
||||||
*.zst
|
|
||||||
*.tzst
|
|
||||||
|
|
||||||
# Packing-only formats
|
|
||||||
*.iso
|
|
||||||
*.tar
|
|
||||||
|
|
||||||
# Package management formats
|
|
||||||
*.dmg
|
|
||||||
*.xpi
|
|
||||||
*.gem
|
|
||||||
*.egg
|
|
||||||
*.deb
|
|
||||||
*.rpm
|
|
||||||
*.msi
|
|
||||||
*.msm
|
|
||||||
*.msp
|
|
||||||
*.txz
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
# Generic backup files
|
|
||||||
*.bak
|
|
||||||
*.back
|
|
||||||
*.backup
|
|
||||||
|
|
||||||
# Norton Ghost backup files
|
|
||||||
*.gho
|
|
||||||
|
|
||||||
# Generic original files
|
|
||||||
*.ori
|
|
||||||
*.orig
|
|
||||||
*.original
|
|
||||||
|
|
||||||
# Generic temporary files
|
|
||||||
*.tmp
|
|
||||||
*.temp
|
|
||||||
*.temporary
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
.bzr/
|
|
||||||
.bzrignore
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
# Bricx Command Center IDE
|
|
||||||
# http://bricxcc.sourceforge.net
|
|
||||||
*.bak
|
|
||||||
*.sym
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
/CVS/*
|
|
||||||
**/CVS/*
|
|
||||||
.cvsignore
|
|
||||||
*/.cvsignore
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
# Calabash / Cucumber
|
|
||||||
rerun/
|
|
||||||
reports/
|
|
||||||
screenshots/
|
|
||||||
screenshot*.png
|
|
||||||
test-servers/
|
|
||||||
|
|
||||||
# bundler
|
|
||||||
.bundle
|
|
||||||
vendor
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Cloud9 IDE - http://c9.io
|
|
||||||
.c9revisions
|
|
||||||
.c9
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
# General CodeKit files to ignore
|
|
||||||
config.codekit
|
|
||||||
config.codekit3
|
|
||||||
/min
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
.cursorignore
|
|
||||||
.cursorindexingignore
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
.project
|
|
||||||
.buildlog
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
*.patch
|
|
||||||
*.diff
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
# DW Dreamweaver added files
|
|
||||||
_notes
|
|
||||||
_compareTemp
|
|
||||||
configs/
|
|
||||||
dwsync.xml
|
|
||||||
dw_php_codehinting.config
|
|
||||||
*.mno
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
# Dropbox settings and caches
|
|
||||||
.dropbox
|
|
||||||
.dropbox.attr
|
|
||||||
.dropbox.cache
|
|
||||||
@ -1,60 +0,0 @@
|
|||||||
.metadata
|
|
||||||
bin/
|
|
||||||
tmp/
|
|
||||||
*.tmp
|
|
||||||
*.bak
|
|
||||||
*.swp
|
|
||||||
*~.nib
|
|
||||||
local.properties
|
|
||||||
.settings/
|
|
||||||
.loadpath
|
|
||||||
.recommenders
|
|
||||||
|
|
||||||
# External tool builders
|
|
||||||
.externalToolBuilders/
|
|
||||||
|
|
||||||
# Locally stored "Eclipse launch configurations"
|
|
||||||
*.launch
|
|
||||||
|
|
||||||
# PyDev specific (Python IDE for Eclipse)
|
|
||||||
*.pydevproject
|
|
||||||
|
|
||||||
# CDT-specific (C/C++ Development Tooling)
|
|
||||||
.cproject
|
|
||||||
|
|
||||||
# CDT- autotools
|
|
||||||
.autotools
|
|
||||||
|
|
||||||
# Java annotation processor (APT)
|
|
||||||
.factorypath
|
|
||||||
|
|
||||||
# PDT-specific (PHP Development Tools)
|
|
||||||
.buildpath
|
|
||||||
|
|
||||||
# sbteclipse plugin
|
|
||||||
.target
|
|
||||||
|
|
||||||
# Tern plugin
|
|
||||||
.tern-project
|
|
||||||
|
|
||||||
# TeXlipse plugin
|
|
||||||
.texlipse
|
|
||||||
|
|
||||||
# STS (Spring Tool Suite)
|
|
||||||
.springBeans
|
|
||||||
|
|
||||||
# Code Recommenders
|
|
||||||
.recommenders/
|
|
||||||
|
|
||||||
# Annotation Processing
|
|
||||||
.apt_generated/
|
|
||||||
.apt_generated_tests/
|
|
||||||
|
|
||||||
# Scala IDE specific (Scala & Java development for Eclipse)
|
|
||||||
.cache-main
|
|
||||||
.scala_dependencies
|
|
||||||
.worksheet
|
|
||||||
|
|
||||||
# Uncomment this line if you wish to ignore the project description file.
|
|
||||||
# Typically, this file would be tracked if it contains build/dependency configurations:
|
|
||||||
#.project
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
# The compilation directory
|
|
||||||
EIFGENs
|
|
||||||
@ -1,51 +0,0 @@
|
|||||||
# -*- mode: gitignore; -*-
|
|
||||||
*~
|
|
||||||
\#*\#
|
|
||||||
/.emacs.desktop
|
|
||||||
/.emacs.desktop.lock
|
|
||||||
*.elc
|
|
||||||
auto-save-list
|
|
||||||
tramp
|
|
||||||
.\#*
|
|
||||||
|
|
||||||
# Org-mode
|
|
||||||
.org-id-locations
|
|
||||||
*_archive
|
|
||||||
|
|
||||||
# flymake-mode
|
|
||||||
*_flymake.*
|
|
||||||
|
|
||||||
# eshell files
|
|
||||||
/eshell/history
|
|
||||||
/eshell/lastdir
|
|
||||||
|
|
||||||
# elpa packages
|
|
||||||
/elpa/
|
|
||||||
|
|
||||||
# reftex files
|
|
||||||
*.rel
|
|
||||||
|
|
||||||
# AUCTeX auto folder
|
|
||||||
/auto/
|
|
||||||
|
|
||||||
# cask packages
|
|
||||||
.cask/
|
|
||||||
dist/
|
|
||||||
|
|
||||||
# Flycheck
|
|
||||||
flycheck_*.el
|
|
||||||
|
|
||||||
# server auth directory
|
|
||||||
/server/
|
|
||||||
|
|
||||||
# projectiles files
|
|
||||||
.projectile
|
|
||||||
|
|
||||||
# directory configuration
|
|
||||||
.dir-locals.el
|
|
||||||
|
|
||||||
# network security
|
|
||||||
/network-security.data
|
|
||||||
|
|
||||||
# undo-tree
|
|
||||||
*.~undo-tree~
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
# Ensime specific
|
|
||||||
.ensime
|
|
||||||
.ensime_cache/
|
|
||||||
.ensime_lucene/
|
|
||||||
@ -1 +0,0 @@
|
|||||||
*.esproj
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
bin/
|
|
||||||
bin-debug/
|
|
||||||
bin-release/
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
secring.*
|
|
||||||
|
|
||||||
@ -1,63 +0,0 @@
|
|||||||
# JPEG
|
|
||||||
*.jpg
|
|
||||||
*.jpeg
|
|
||||||
*.jpe
|
|
||||||
*.jif
|
|
||||||
*.jfif
|
|
||||||
*.jfi
|
|
||||||
|
|
||||||
# JPEG 2000
|
|
||||||
*.jp2
|
|
||||||
*.j2k
|
|
||||||
*.jpf
|
|
||||||
*.jpx
|
|
||||||
*.jpm
|
|
||||||
*.mj2
|
|
||||||
|
|
||||||
# JPEG XR
|
|
||||||
*.jxr
|
|
||||||
*.hdp
|
|
||||||
*.wdp
|
|
||||||
|
|
||||||
# Graphics Interchange Format
|
|
||||||
*.gif
|
|
||||||
|
|
||||||
# RAW
|
|
||||||
*.raw
|
|
||||||
|
|
||||||
# Web P
|
|
||||||
*.webp
|
|
||||||
|
|
||||||
# Portable Network Graphics
|
|
||||||
*.png
|
|
||||||
|
|
||||||
# Animated Portable Network Graphics
|
|
||||||
*.apng
|
|
||||||
|
|
||||||
# Multiple-image Network Graphics
|
|
||||||
*.mng
|
|
||||||
|
|
||||||
# Tagged Image File Format
|
|
||||||
*.tiff
|
|
||||||
*.tif
|
|
||||||
|
|
||||||
# Scalable Vector Graphics
|
|
||||||
*.svg
|
|
||||||
*.svgz
|
|
||||||
|
|
||||||
# Portable Document Format
|
|
||||||
*.pdf
|
|
||||||
|
|
||||||
# X BitMap
|
|
||||||
*.xbm
|
|
||||||
|
|
||||||
# BMP
|
|
||||||
*.bmp
|
|
||||||
*.dib
|
|
||||||
|
|
||||||
# ICO
|
|
||||||
*.ico
|
|
||||||
|
|
||||||
# 3D Images
|
|
||||||
*.3dm
|
|
||||||
*.max
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
# default application storage directory used by the IDE Performance Cache feature
|
|
||||||
.data/
|
|
||||||
|
|
||||||
# used for ADF styles caching
|
|
||||||
temp/
|
|
||||||
|
|
||||||
# default output directories
|
|
||||||
classes/
|
|
||||||
deploy/
|
|
||||||
javadoc/
|
|
||||||
|
|
||||||
# lock file, a part of Oracle Credential Store Framework
|
|
||||||
cwallet.sso.lck
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
# JEnv local Java version configuration file
|
|
||||||
.java-version
|
|
||||||
|
|
||||||
# Used by previous versions of JEnv
|
|
||||||
.jenv-version
|
|
||||||
@ -1,87 +0,0 @@
|
|||||||
# 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
|
|
||||||
|
|
||||||
# User-specific stuff
|
|
||||||
.idea/**/workspace.xml
|
|
||||||
.idea/**/tasks.xml
|
|
||||||
.idea/**/usage.statistics.xml
|
|
||||||
.idea/**/dictionaries
|
|
||||||
.idea/**/shelf
|
|
||||||
|
|
||||||
# AWS User-specific
|
|
||||||
.idea/**/aws.xml
|
|
||||||
|
|
||||||
# Generated files
|
|
||||||
.idea/**/contentModel.xml
|
|
||||||
|
|
||||||
# Sensitive or high-churn files
|
|
||||||
.idea/**/dataSources/
|
|
||||||
.idea/**/dataSources.ids
|
|
||||||
.idea/**/dataSources.local.xml
|
|
||||||
.idea/**/sqlDataSources.xml
|
|
||||||
.idea/**/dynamic.xml
|
|
||||||
.idea/**/uiDesigner.xml
|
|
||||||
.idea/**/dbnavigator.xml
|
|
||||||
|
|
||||||
# Gradle
|
|
||||||
.idea/**/gradle.xml
|
|
||||||
.idea/**/libraries
|
|
||||||
|
|
||||||
# Gradle and Maven with auto-import
|
|
||||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
|
||||||
# since they will be recreated, and may cause churn. Uncomment if using
|
|
||||||
# auto-import.
|
|
||||||
# .idea/artifacts
|
|
||||||
# .idea/compiler.xml
|
|
||||||
# .idea/jarRepositories.xml
|
|
||||||
# .idea/modules.xml
|
|
||||||
# .idea/*.iml
|
|
||||||
# .idea/modules
|
|
||||||
# *.iml
|
|
||||||
# *.ipr
|
|
||||||
|
|
||||||
# CMake
|
|
||||||
cmake-build-*/
|
|
||||||
|
|
||||||
# Mongo Explorer plugin
|
|
||||||
.idea/**/mongoSettings.xml
|
|
||||||
|
|
||||||
# File-based project format
|
|
||||||
*.iws
|
|
||||||
|
|
||||||
# IntelliJ
|
|
||||||
out/
|
|
||||||
|
|
||||||
# mpeltonen/sbt-idea plugin
|
|
||||||
.idea_modules/
|
|
||||||
|
|
||||||
# JIRA plugin
|
|
||||||
atlassian-ide-plugin.xml
|
|
||||||
|
|
||||||
# Cursive Clojure plugin
|
|
||||||
.idea/replstate.xml
|
|
||||||
|
|
||||||
# SonarLint plugin
|
|
||||||
.idea/sonarlint/
|
|
||||||
# see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
|
|
||||||
.idea/sonarlint.xml
|
|
||||||
|
|
||||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
||||||
com_crashlytics_export_strings.xml
|
|
||||||
crashlytics.properties
|
|
||||||
crashlytics-build.properties
|
|
||||||
fabric.properties
|
|
||||||
|
|
||||||
# Editor-based HTTP Client
|
|
||||||
.idea/httpRequests
|
|
||||||
http-client.private.env.json
|
|
||||||
|
|
||||||
# Android studio 3.1+ serialized cache file
|
|
||||||
.idea/caches/build_file_checksums.ser
|
|
||||||
|
|
||||||
# Apifox Helper cache
|
|
||||||
.idea/.cache/.Apifox_Helper
|
|
||||||
.idea/ApifoxUploaderProjectSetting.xml
|
|
||||||
|
|
||||||
# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215
|
|
||||||
.idea/**/copilot.data.migration.*.xml
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
*.kdev4
|
|
||||||
.kdev4/
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Swap Files #
|
|
||||||
.*.kate-swp
|
|
||||||
.swp.*
|
|
||||||
@ -1,30 +0,0 @@
|
|||||||
# Lazarus compiler-generated binaries (safe to delete)
|
|
||||||
*.exe
|
|
||||||
*.dll
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
*.lrs
|
|
||||||
*.res
|
|
||||||
*.compiled
|
|
||||||
*.dbg
|
|
||||||
*.ppu
|
|
||||||
*.o
|
|
||||||
*.or
|
|
||||||
*.a
|
|
||||||
|
|
||||||
# Lazarus autogenerated files (duplicated info)
|
|
||||||
*.rst
|
|
||||||
*.rsj
|
|
||||||
*.lrt
|
|
||||||
|
|
||||||
# Lazarus local files (user-specific info)
|
|
||||||
*.lps
|
|
||||||
|
|
||||||
# Lazarus backups and unit output folders.
|
|
||||||
# These can be changed by user in Lazarus/project options.
|
|
||||||
backup/
|
|
||||||
*.bak
|
|
||||||
lib/
|
|
||||||
|
|
||||||
# Application bundle for Mac OS
|
|
||||||
*.app/
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
# https://lefthook.dev/configuration/#config-file-name
|
|
||||||
/.lefthook-local.json
|
|
||||||
/.lefthook-local.toml
|
|
||||||
/.lefthook-local.yaml
|
|
||||||
/.lefthook-local.yml
|
|
||||||
/lefthook-local.json
|
|
||||||
/lefthook-local.toml
|
|
||||||
/lefthook-local.yaml
|
|
||||||
/lefthook-local.yml
|
|
||||||
/.config/lefthook-local.json
|
|
||||||
/.config/lefthook-local.toml
|
|
||||||
/.config/lefthook-local.yaml
|
|
||||||
/.config/lefthook-local.yml
|
|
||||||
|
|
||||||
# https://lefthook.dev/configuration/source_dir_local.html
|
|
||||||
/.lefthook-local/
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
# LibreOffice locks
|
|
||||||
.~lock.*#
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
*~
|
|
||||||
|
|
||||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
||||||
.fuse_hidden*
|
|
||||||
|
|
||||||
# Metadata left by Dolphin file manager, which comes with KDE Plasma
|
|
||||||
.directory
|
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk
|
|
||||||
.Trash-*
|
|
||||||
|
|
||||||
# .nfs files are created when an open file is removed but is still being accessed
|
|
||||||
.nfs*
|
|
||||||
|
|
||||||
# Log files created by default by the nohup command
|
|
||||||
nohup.out
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
# Ignore LyX backup and autosave files
|
|
||||||
# http://www.lyx.org/
|
|
||||||
*.lyx~
|
|
||||||
*.lyx#
|
|
||||||
@ -1,34 +0,0 @@
|
|||||||
# Autosave files
|
|
||||||
*.asv
|
|
||||||
*.m~
|
|
||||||
*.autosave
|
|
||||||
*.slx.r*
|
|
||||||
*.mdl.r*
|
|
||||||
*.bak
|
|
||||||
|
|
||||||
# Derived content-obscured files
|
|
||||||
*.p
|
|
||||||
|
|
||||||
# Compiled MEX files
|
|
||||||
*.mex*
|
|
||||||
|
|
||||||
# Packaged app and toolbox files
|
|
||||||
*.mlappinstall
|
|
||||||
*.mltbx
|
|
||||||
|
|
||||||
# Deployable archives
|
|
||||||
*.ctf
|
|
||||||
|
|
||||||
# Generated helpsearch folders
|
|
||||||
helpsearch*/
|
|
||||||
|
|
||||||
# Code generation folders
|
|
||||||
slprj/
|
|
||||||
sccprj/
|
|
||||||
codegen/
|
|
||||||
|
|
||||||
# Cache files
|
|
||||||
*.slxc
|
|
||||||
|
|
||||||
# Cloud based storage dotfile
|
|
||||||
.MATLABDriveTag
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
.hg/
|
|
||||||
.hgignore
|
|
||||||
.hgsigs
|
|
||||||
.hgsub
|
|
||||||
.hgsubstate
|
|
||||||
.hgtags
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
# Metals (Scala Language Server)
|
|
||||||
# Reference: https://scalameta.org/metals/docs/editors/vscode#files-and-directories-to-include-in-your-gitignore
|
|
||||||
.metals/
|
|
||||||
.bloop/
|
|
||||||
.ammonite/
|
|
||||||
metals.sbt
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
*.tmp
|
|
||||||
|
|
||||||
# Word temporary
|
|
||||||
~$*.doc*
|
|
||||||
~$*.dot*
|
|
||||||
|
|
||||||
# Word Auto Backup File
|
|
||||||
Backup of *.doc*
|
|
||||||
|
|
||||||
# Excel temporary
|
|
||||||
~$*.xls*
|
|
||||||
|
|
||||||
# Excel Backup File
|
|
||||||
*.xlk
|
|
||||||
|
|
||||||
# PowerPoint temporary
|
|
||||||
~$*.ppt*
|
|
||||||
|
|
||||||
# Visio autosave temporary files
|
|
||||||
*.~vsd*
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
# Built files
|
|
||||||
x86/
|
|
||||||
arm/
|
|
||||||
arm-p/
|
|
||||||
translations/*.qm
|
|
||||||
|
|
||||||
# IDE settings
|
|
||||||
.settings/
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
#User Specific
|
|
||||||
*.userprefs
|
|
||||||
*.usertasks
|
|
||||||
|
|
||||||
#Mono Project Files
|
|
||||||
*.pidb
|
|
||||||
*.resources
|
|
||||||
test-results/
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
**/nbproject/private/
|
|
||||||
**/nbproject/Makefile-*.mk
|
|
||||||
**/nbproject/Package-*.bash
|
|
||||||
build/
|
|
||||||
nbbuild/
|
|
||||||
dist/
|
|
||||||
nbdist/
|
|
||||||
.nb-gradle/
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user