mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
1 Commits
b42312254f
...
6f8210fe16
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f8210fe16 |
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
|
|
||||||
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,32 +1,11 @@
|
|||||||
### Link to the application or project's homepage
|
**Reasons for making this change:**
|
||||||
|
|
||||||
_TODO_
|
_TODO_
|
||||||
<!---
|
|
||||||
Link to the project or application's homepage.
|
|
||||||
--->
|
|
||||||
|
|
||||||
### Reasons for making this change
|
**Links to documentation supporting these rule changes:**
|
||||||
|
|
||||||
_TODO_
|
_TODO_
|
||||||
<!---
|
|
||||||
Please provide some background for this change.
|
|
||||||
--->
|
|
||||||
|
|
||||||
### Links to documentation supporting these rule changes
|
If this is a new template:
|
||||||
|
|
||||||
_TODO_
|
- **Link to application or project’s homepage**: _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
|
|
||||||
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: ruby
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ruby -e "puts 'Hello world!'"
|
||||||
22
AL.gitignore
22
AL.gitignore
@ -1,22 +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-file
|
|
||||||
*.flf
|
|
||||||
#Test results file
|
|
||||||
TestResults.xml
|
|
||||||
@ -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 +1 @@
|
|||||||
*.agdai
|
*.agdai
|
||||||
**/MAlonzo/**
|
|
||||||
|
|||||||
@ -1,3 +1,18 @@
|
|||||||
|
# Built application files
|
||||||
|
*.apk
|
||||||
|
*.ap_
|
||||||
|
|
||||||
|
# Files for the ART/Dalvik VM
|
||||||
|
*.dex
|
||||||
|
|
||||||
|
# Java class files
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# Generated files
|
||||||
|
bin/
|
||||||
|
gen/
|
||||||
|
out/
|
||||||
|
|
||||||
# Gradle files
|
# Gradle files
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
@ -5,30 +20,46 @@ build/
|
|||||||
# Local configuration file (sdk path, etc)
|
# Local configuration file (sdk path, etc)
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
# Log/OS Files
|
# Proguard folder generated by Eclipse
|
||||||
|
proguard/
|
||||||
|
|
||||||
|
# Log Files
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# Android Studio generated files and folders
|
# Android Studio Navigation editor temp files
|
||||||
|
.navigation/
|
||||||
|
|
||||||
|
# Android Studio captures folder
|
||||||
captures/
|
captures/
|
||||||
.externalNativeBuild/
|
|
||||||
.cxx/
|
|
||||||
*.aab
|
|
||||||
*.apk
|
|
||||||
output-metadata.json
|
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
*.iml
|
*.iml
|
||||||
.idea/
|
.idea/workspace.xml
|
||||||
misc.xml
|
.idea/tasks.xml
|
||||||
deploymentTargetDropDown.xml
|
.idea/gradle.xml
|
||||||
render.experimental.xml
|
.idea/assetWizardSettings.xml
|
||||||
|
.idea/dictionaries
|
||||||
|
.idea/libraries
|
||||||
|
.idea/caches
|
||||||
|
|
||||||
# Keystore files
|
# Keystore files
|
||||||
*.jks
|
# Uncomment the following line if you do not want to check your keystore files in.
|
||||||
*.keystore
|
#*.jks
|
||||||
|
|
||||||
|
# External native build folder generated in Android Studio 2.2 and later
|
||||||
|
.externalNativeBuild
|
||||||
|
|
||||||
# Google Services (e.g. APIs or Firebase)
|
# Google Services (e.g. APIs or Firebase)
|
||||||
google-services.json
|
google-services.json
|
||||||
|
|
||||||
# Android Profiling
|
# Freeline
|
||||||
*.hprof
|
freeline.py
|
||||||
|
freeline/
|
||||||
|
freeline_project_description.json
|
||||||
|
|
||||||
|
# fastlane
|
||||||
|
fastlane/report.xml
|
||||||
|
fastlane/Preview.html
|
||||||
|
fastlane/screenshots
|
||||||
|
fastlane/test_output
|
||||||
|
fastlane/readme.md
|
||||||
|
|||||||
@ -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*
|
|
||||||
@ -3,7 +3,6 @@
|
|||||||
*.jar
|
*.jar
|
||||||
*.exe
|
*.exe
|
||||||
*.msi
|
*.msi
|
||||||
*.deb
|
|
||||||
*.zip
|
*.zip
|
||||||
*.tgz
|
*.tgz
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
@ -6,8 +6,6 @@ Makefile.in
|
|||||||
/py-compile
|
/py-compile
|
||||||
/test-driver
|
/test-driver
|
||||||
/ylwrap
|
/ylwrap
|
||||||
.deps/
|
|
||||||
.dirstamp
|
|
||||||
|
|
||||||
# http://www.gnu.org/software/autoconf
|
# http://www.gnu.org/software/autoconf
|
||||||
|
|
||||||
@ -16,7 +14,6 @@ autom4te.cache
|
|||||||
/autoscan-*.log
|
/autoscan-*.log
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/compile
|
/compile
|
||||||
/config.cache
|
|
||||||
/config.guess
|
/config.guess
|
||||||
/config.h.in
|
/config.h.in
|
||||||
/config.log
|
/config.log
|
||||||
@ -31,9 +28,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
|
||||||
|
|
||||||
@ -46,9 +41,3 @@ m4/ltoptions.m4
|
|||||||
m4/ltsugar.m4
|
m4/ltsugar.m4
|
||||||
m4/ltversion.m4
|
m4/ltversion.m4
|
||||||
m4/lt~obsolete.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
|
|
||||||
@ -11,18 +11,10 @@
|
|||||||
*.gch
|
*.gch
|
||||||
*.pch
|
*.pch
|
||||||
|
|
||||||
# Linker files
|
|
||||||
*.ilk
|
|
||||||
|
|
||||||
# Debugger Files
|
|
||||||
*.pdb
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
# Compiled Dynamic libraries
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
*.dll
|
*.dll
|
||||||
*.so.*
|
|
||||||
|
|
||||||
|
|
||||||
# Fortran module files
|
# Fortran module files
|
||||||
*.mod
|
*.mod
|
||||||
@ -38,32 +30,3 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.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/
|
|
||||||
|
|||||||
@ -50,6 +50,3 @@ modules.order
|
|||||||
Module.symvers
|
Module.symvers
|
||||||
Mkfile.old
|
Mkfile.old
|
||||||
dkms.conf
|
dkms.conf
|
||||||
|
|
||||||
# debug information files
|
|
||||||
*.dwo
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
CMakeLists.txt.user
|
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
CMakeScripts
|
CMakeScripts
|
||||||
@ -8,12 +7,3 @@ cmake_install.cmake
|
|||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
CTestTestfile.cmake
|
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-*
|
|
||||||
|
|||||||
@ -2,46 +2,36 @@
|
|||||||
|
|
||||||
We’d love you to help us improve this project. To help us keep this collection
|
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.
|
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
|
- **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
|
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.
|
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.
|
- **Provide links to documentation** supporting the change you’re making.
|
||||||
Current, canonical documentation mentioning the files being ignored is best.
|
Current, canonical documentation mentioning the files being ignored is best.
|
||||||
If documentation isn’t available to support your change, do the best you can
|
If documentation isn’t available to support your change, do the best you can
|
||||||
to explain what the files being ignored are for.
|
to explain what the files being ignored are for.
|
||||||
|
|
||||||
- **Keep scope as limited as possible**. Changes should be as small as possible
|
- **Explain why you’re making a change**. Even if it seems self-evident, please
|
||||||
and apply to the most specific gitignore template available for the target
|
take a sentence or two to tell us why your change or addition should happen.
|
||||||
application. For example: OS-specific ignore rules like `.DS_Store` are not
|
It’s especially helpful to articulate why this change applies to *everyone*
|
||||||
accepted anywhere but their specific gitignore, `Global/macOS.gitignore` in
|
who works with the applicable technology, rather than just you or your team.
|
||||||
this case.
|
|
||||||
|
|
||||||
- **Only modify *one template* per pull request**. This helps keep pull
|
- **Please consider the scope of your change**. If your change specific to a
|
||||||
|
certain language or framework, then make sure the change is made to the
|
||||||
|
template for that language or framework, rather than to the template for an
|
||||||
|
editor, tool, or operating system.
|
||||||
|
|
||||||
|
- **Please only modify *one template* per pull request**. This helps keep pull
|
||||||
requests and feedback focused on a specific project or technology.
|
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,
|
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.
|
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
|
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
|
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
|
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.
|
useful rules, then the template might not be a good fit for this collection.
|
||||||
|
|
||||||
Please also understand that we can’t list every tool that ever existed.
|
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,
|
Our aim is to curate a collection of the *most common and helpful* templates,
|
||||||
|
|||||||
@ -2,7 +2,6 @@
|
|||||||
*/logs/log-*.php
|
*/logs/log-*.php
|
||||||
!*/logs/index.html
|
!*/logs/index.html
|
||||||
*/cache/*
|
*/cache/*
|
||||||
!system/cache/*
|
|
||||||
!*/cache/index.html
|
!*/cache/index.html
|
||||||
!*/cache/.htaccess
|
!*/cache/.htaccess
|
||||||
|
|
||||||
|
|||||||
@ -1,21 +1,4 @@
|
|||||||
# ignore the error log and .htaccess and others
|
|
||||||
error_log
|
|
||||||
.htaccess
|
|
||||||
|
|
||||||
# concrete5 5.6 specific
|
|
||||||
|
|
||||||
config/site.php
|
config/site.php
|
||||||
files/cache/*
|
files/cache/*
|
||||||
files/tmp/*
|
files/tmp/*
|
||||||
|
.htaccess
|
||||||
# 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,5 +1,4 @@
|
|||||||
.*.aux
|
.*.aux
|
||||||
.*.d
|
|
||||||
*.a
|
*.a
|
||||||
*.cma
|
*.cma
|
||||||
*.cmi
|
*.cmi
|
||||||
@ -10,7 +9,6 @@
|
|||||||
*.glob
|
*.glob
|
||||||
*.ml.d
|
*.ml.d
|
||||||
*.ml4.d
|
*.ml4.d
|
||||||
*.mlg.d
|
|
||||||
*.mli.d
|
*.mli.d
|
||||||
*.mllib.d
|
*.mllib.d
|
||||||
*.mlpack.d
|
*.mlpack.d
|
||||||
@ -19,9 +17,7 @@
|
|||||||
*.v.d
|
*.v.d
|
||||||
*.vio
|
*.vio
|
||||||
*.vo
|
*.vo
|
||||||
*.vok
|
.coq-native/
|
||||||
*.vos
|
|
||||||
.coq-native
|
|
||||||
.csdp.cache
|
.csdp.cache
|
||||||
.lia.cache
|
.lia.cache
|
||||||
.nia.cache
|
.nia.cache
|
||||||
@ -32,14 +28,3 @@ lia.cache
|
|||||||
nia.cache
|
nia.cache
|
||||||
nlia.cache
|
nlia.cache
|
||||||
nra.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
|
|
||||||
|
|||||||
@ -11,19 +11,11 @@ pubspec.lock
|
|||||||
# If you don't generate documentation locally you can remove this line.
|
# If you don't generate documentation locally you can remove this line.
|
||||||
doc/api/
|
doc/api/
|
||||||
|
|
||||||
# dotenv environment variables file
|
|
||||||
.env*
|
|
||||||
|
|
||||||
# Avoid committing generated Javascript files:
|
# Avoid committing generated Javascript files:
|
||||||
*.dart.js
|
*.dart.js
|
||||||
# Produced by the --dump-info flag.
|
*.info.json # Produced by the --dump-info flag.
|
||||||
*.info.json
|
*.js # When generated by dart2js. Don't specify *.js if your
|
||||||
# When generated by dart2js. Don't specify *.js if your
|
|
||||||
# project includes source files written in JavaScript.
|
# project includes source files written in JavaScript.
|
||||||
*.js
|
|
||||||
*.js_
|
*.js_
|
||||||
*.js.deps
|
*.js.deps
|
||||||
*.js.map
|
*.js.map
|
||||||
|
|
||||||
.flutter-plugins
|
|
||||||
.flutter-plugins-dependencies
|
|
||||||
|
|||||||
@ -26,18 +26,6 @@
|
|||||||
#*.obj
|
#*.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)
|
# Delphi compiler-generated binaries (safe to delete)
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
@ -68,7 +56,6 @@
|
|||||||
*.projdata
|
*.projdata
|
||||||
*.tvsconfig
|
*.tvsconfig
|
||||||
*.dsk
|
*.dsk
|
||||||
*.dsv
|
|
||||||
|
|
||||||
# Delphi history and backups
|
# Delphi history and backups
|
||||||
__history/
|
__history/
|
||||||
@ -77,6 +64,3 @@ __recovery/
|
|||||||
|
|
||||||
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
|
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
|
||||||
*.stat
|
*.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 +1,39 @@
|
|||||||
# gitignore template for Drupal 8 projects
|
# Ignore configuration files that may contain sensitive information.
|
||||||
#
|
sites/*/*settings*.php
|
||||||
# earlier versions of Drupal are tracked in `community/PHP/`
|
sites/example.sites.php
|
||||||
#
|
|
||||||
# follows official upstream conventions:
|
|
||||||
# https://www.drupal.org/docs/develop/using-composer
|
|
||||||
|
|
||||||
# Ignore configuration files that may contain sensitive information
|
# Ignore paths that contain generated content.
|
||||||
/web/sites/*/*settings*.php
|
files/
|
||||||
/web/sites/*/*services*.yml
|
sites/*/files
|
||||||
|
sites/*/private
|
||||||
|
sites/*/translations
|
||||||
|
|
||||||
# Ignore paths that may contain user-generated content
|
# Ignore default text files
|
||||||
/web/sites/*/files
|
robots.txt
|
||||||
/web/sites/*/public
|
/CHANGELOG.txt
|
||||||
/web/sites/*/private
|
/COPYRIGHT.txt
|
||||||
/web/sites/*/files-public
|
/INSTALL*.txt
|
||||||
/web/sites/*/files-private
|
/LICENSE.txt
|
||||||
|
/MAINTAINERS.txt
|
||||||
|
/UPGRADE.txt
|
||||||
|
/README.txt
|
||||||
|
sites/README.txt
|
||||||
|
sites/all/libraries/README.txt
|
||||||
|
sites/all/modules/README.txt
|
||||||
|
sites/all/themes/README.txt
|
||||||
|
|
||||||
# Ignore paths that may contain temporary files
|
# Ignore everything but the "sites" folder ( for non core developer )
|
||||||
/web/sites/*/translations
|
.htaccess
|
||||||
/web/sites/*/tmp
|
web.config
|
||||||
/web/sites/*/cache
|
authorize.php
|
||||||
|
cron.php
|
||||||
# Ignore drupal core (if not versioning drupal sources)
|
index.php
|
||||||
/web/vendor
|
install.php
|
||||||
/web/core
|
update.php
|
||||||
/web/modules/README.txt
|
xmlrpc.php
|
||||||
/web/modules/contrib
|
/includes
|
||||||
/web/profiles/README.txt
|
/misc
|
||||||
/web/profiles/contrib
|
/modules
|
||||||
/web/sites/development.services.yml
|
/profiles
|
||||||
/web/sites/example.settings.local.php
|
/scripts
|
||||||
/web/sites/example.sites.php
|
/themes
|
||||||
/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
|
|
||||||
|
|||||||
@ -2,13 +2,7 @@
|
|||||||
*.elc
|
*.elc
|
||||||
|
|
||||||
# Packaging
|
# Packaging
|
||||||
.cask/
|
.cask
|
||||||
.eask/
|
|
||||||
.eldev/
|
|
||||||
.keg/
|
|
||||||
|
|
||||||
# Built distribution
|
|
||||||
dist/
|
|
||||||
|
|
||||||
# Backup files
|
# Backup files
|
||||||
*~
|
*~
|
||||||
|
|||||||
@ -7,4 +7,3 @@ erl_crash.dump
|
|||||||
*.ez
|
*.ez
|
||||||
*.beam
|
*.beam
|
||||||
/config/*.secret.exs
|
/config/*.secret.exs
|
||||||
.elixir_ls/
|
|
||||||
|
|||||||
@ -1,17 +1,10 @@
|
|||||||
.eunit
|
.eunit
|
||||||
|
deps
|
||||||
*.o
|
*.o
|
||||||
*.beam
|
*.beam
|
||||||
*.plt
|
*.plt
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
.concrete/DEV_MODE
|
|
||||||
|
|
||||||
# rebar 2.x
|
|
||||||
.rebar
|
|
||||||
rel/example_project
|
|
||||||
ebin/*.beam
|
ebin/*.beam
|
||||||
deps
|
rel/example_project
|
||||||
|
.concrete/DEV_MODE
|
||||||
# rebar 3
|
.rebar
|
||||||
.rebar3
|
|
||||||
_build/
|
|
||||||
_checkouts/
|
|
||||||
|
|||||||
@ -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,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,2 +1 @@
|
|||||||
*.retry
|
*.retry
|
||||||
.ansible/
|
|
||||||
|
|||||||
@ -5,17 +5,12 @@
|
|||||||
*.rar
|
*.rar
|
||||||
*.zip
|
*.zip
|
||||||
*.gz
|
*.gz
|
||||||
*.gzip
|
|
||||||
*.tgz
|
*.tgz
|
||||||
*.bzip
|
*.bzip
|
||||||
*.bzip2
|
|
||||||
*.bz2
|
*.bz2
|
||||||
*.xz
|
*.xz
|
||||||
*.lzma
|
*.lzma
|
||||||
*.cab
|
*.cab
|
||||||
*.xar
|
|
||||||
*.zst
|
|
||||||
*.tzst
|
|
||||||
|
|
||||||
# Packing-only formats
|
# Packing-only formats
|
||||||
*.iso
|
*.iso
|
||||||
@ -31,4 +26,3 @@
|
|||||||
*.msi
|
*.msi
|
||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
*.txz
|
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
.cursorignore
|
|
||||||
.cursorindexingignore
|
|
||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
.metadata
|
.metadata
|
||||||
bin/
|
bin/
|
||||||
tmp/
|
tmp/
|
||||||
@ -48,13 +49,8 @@ local.properties
|
|||||||
|
|
||||||
# Annotation Processing
|
# Annotation Processing
|
||||||
.apt_generated/
|
.apt_generated/
|
||||||
.apt_generated_tests/
|
|
||||||
|
|
||||||
# Scala IDE specific (Scala & Java development for Eclipse)
|
# Scala IDE specific (Scala & Java development for Eclipse)
|
||||||
.cache-main
|
.cache-main
|
||||||
.scala_dependencies
|
.scala_dependencies
|
||||||
.worksheet
|
.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
|
|
||||||
|
|||||||
@ -43,9 +43,3 @@ flycheck_*.el
|
|||||||
|
|
||||||
# directory configuration
|
# directory configuration
|
||||||
.dir-locals.el
|
.dir-locals.el
|
||||||
|
|
||||||
# network security
|
|
||||||
/network-security.data
|
|
||||||
|
|
||||||
# undo-tree
|
|
||||||
*.~undo-tree~
|
|
||||||
|
|||||||
@ -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,4 +1,4 @@
|
|||||||
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
|
||||||
# User-specific stuff
|
# User-specific stuff
|
||||||
@ -8,9 +8,6 @@
|
|||||||
.idea/**/dictionaries
|
.idea/**/dictionaries
|
||||||
.idea/**/shelf
|
.idea/**/shelf
|
||||||
|
|
||||||
# AWS User-specific
|
|
||||||
.idea/**/aws.xml
|
|
||||||
|
|
||||||
# Generated files
|
# Generated files
|
||||||
.idea/**/contentModel.xml
|
.idea/**/contentModel.xml
|
||||||
|
|
||||||
@ -31,14 +28,9 @@
|
|||||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
# 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
|
# since they will be recreated, and may cause churn. Uncomment if using
|
||||||
# auto-import.
|
# auto-import.
|
||||||
# .idea/artifacts
|
|
||||||
# .idea/compiler.xml
|
|
||||||
# .idea/jarRepositories.xml
|
|
||||||
# .idea/modules.xml
|
# .idea/modules.xml
|
||||||
# .idea/*.iml
|
# .idea/*.iml
|
||||||
# .idea/modules
|
# .idea/modules
|
||||||
# *.iml
|
|
||||||
# *.ipr
|
|
||||||
|
|
||||||
# CMake
|
# CMake
|
||||||
cmake-build-*/
|
cmake-build-*/
|
||||||
@ -61,26 +53,11 @@ atlassian-ide-plugin.xml
|
|||||||
# Cursive Clojure plugin
|
# Cursive Clojure plugin
|
||||||
.idea/replstate.xml
|
.idea/replstate.xml
|
||||||
|
|
||||||
# SonarLint plugin
|
|
||||||
.idea/sonarlint/
|
|
||||||
.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
|
|
||||||
|
|
||||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||||
com_crashlytics_export_strings.xml
|
com_crashlytics_export_strings.xml
|
||||||
crashlytics.properties
|
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
|
|
||||||
.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,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/
|
|
||||||
@ -3,7 +3,7 @@
|
|||||||
# 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
|
||||||
.fuse_hidden*
|
.fuse_hidden*
|
||||||
|
|
||||||
# Metadata left by Dolphin file manager, which comes with KDE Plasma
|
# KDE directory preferences
|
||||||
.directory
|
.directory
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk
|
# Linux trash folder which might appear on any partition or disk
|
||||||
@ -11,6 +11,3 @@
|
|||||||
|
|
||||||
# .nfs files are created when an open file is removed but is still being accessed
|
# .nfs files are created when an open file is removed but is still being accessed
|
||||||
.nfs*
|
.nfs*
|
||||||
|
|
||||||
# Log files created by default by the nohup command
|
|
||||||
nohup.out
|
|
||||||
|
|||||||
@ -1,33 +0,0 @@
|
|||||||
# Autosave files
|
|
||||||
*.asv
|
|
||||||
*.m~
|
|
||||||
*.autosave
|
|
||||||
*.slx.r*
|
|
||||||
*.mdl.r*
|
|
||||||
|
|
||||||
# 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
|
|
||||||
28
Global/Matlab.gitignore
Normal file
28
Global/Matlab.gitignore
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Windows default autosave extension
|
||||||
|
*.asv
|
||||||
|
|
||||||
|
# OSX / *nix default autosave extension
|
||||||
|
*.m~
|
||||||
|
|
||||||
|
# Compiled MEX binaries (all platforms)
|
||||||
|
*.mex*
|
||||||
|
|
||||||
|
# Packaged app and toolbox files
|
||||||
|
*.mlappinstall
|
||||||
|
*.mltbx
|
||||||
|
|
||||||
|
# Generated helpsearch folders
|
||||||
|
helpsearch*/
|
||||||
|
|
||||||
|
# Simulink code generation folders
|
||||||
|
slprj/
|
||||||
|
sccprj/
|
||||||
|
|
||||||
|
# Matlab code generation folders
|
||||||
|
codegen/
|
||||||
|
|
||||||
|
# Simulink autosave extension
|
||||||
|
*.autosave
|
||||||
|
|
||||||
|
# Octave session info
|
||||||
|
octave-workspace
|
||||||
@ -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
|
|
||||||
@ -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*
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
**/nbproject/private/
|
nbproject/private/
|
||||||
**/nbproject/Makefile-*.mk
|
|
||||||
**/nbproject/Package-*.bash
|
|
||||||
build/
|
build/
|
||||||
nbbuild/
|
nbbuild/
|
||||||
dist/
|
dist/
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
MATLAB.gitignore
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
# Project Settings
|
|
||||||
*.cywrk.*
|
|
||||||
*.cyprj.*
|
|
||||||
|
|
||||||
# Generated Assets and Resources
|
|
||||||
Debug/
|
|
||||||
Release/
|
|
||||||
Export/
|
|
||||||
*/codegentemp
|
|
||||||
*/Generated_Source
|
|
||||||
*_datasheet.pdf
|
|
||||||
*_timing.html
|
|
||||||
*.cycdx
|
|
||||||
*.cyfit
|
|
||||||
*.rpt
|
|
||||||
*.svd
|
|
||||||
*.log
|
|
||||||
*.zip
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
.pio
|
|
||||||
.pioenvs
|
|
||||||
.piolibdeps
|
|
||||||
.vscode/.browse.c_cpp.db*
|
|
||||||
.vscode/c_cpp_properties.json
|
|
||||||
.vscode/launch.json
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
# Private key
|
|
||||||
*.ppk
|
|
||||||
@ -4,7 +4,7 @@ This directory contains globally useful gitignores,
|
|||||||
e.g. OS-specific and editor specific.
|
e.g. OS-specific and editor specific.
|
||||||
|
|
||||||
For more on global gitignores:
|
For more on global gitignores:
|
||||||
<https://help.github.com/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer>
|
<https://help.github.com/articles/ignoring-files/#create-a-global-gitignore>
|
||||||
|
|
||||||
And a good blog post about 'em:
|
And a good blog post about 'em:
|
||||||
<http://augustl.com/blog/2009/global_gitignores>
|
<http://augustl.com/blog/2009/global_gitignores>
|
||||||
|
|||||||
@ -10,4 +10,3 @@ project/plugins/project/
|
|||||||
.history
|
.history
|
||||||
.cache
|
.cache
|
||||||
.lib/
|
.lib/
|
||||||
.bsp/
|
|
||||||
|
|||||||
@ -1,51 +0,0 @@
|
|||||||
# STM32CubeIDE specific files
|
|
||||||
|
|
||||||
# Project-specific settings. Ignore it if developers have different preferences.
|
|
||||||
# However, if you want all team members to use the same code formatting and settings,
|
|
||||||
# consider including the .settings folder in the repository.
|
|
||||||
|
|
||||||
# /.settings/
|
|
||||||
|
|
||||||
# Ignore Eclipse-based IDE launch configurations.
|
|
||||||
# Uncomment if you want each developer to have their own unique debug configurations.
|
|
||||||
#*.launch
|
|
||||||
|
|
||||||
# Ignore any JLink-related files (debug configurations).
|
|
||||||
# Uncomment if you want each developer to have their own unique debug configurations.
|
|
||||||
#*.jlink
|
|
||||||
|
|
||||||
# Ignore log files generated by the IDE.
|
|
||||||
# These are not necessary for version control.
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Build files
|
|
||||||
|
|
||||||
# Ignore build output directories.
|
|
||||||
# These are not needed in the repository as they are generated during the build process.
|
|
||||||
Debug/
|
|
||||||
Release/
|
|
||||||
|
|
||||||
# Ignore common binary and object files generated during compilation.
|
|
||||||
# They should not be included in the repository as they are build artifacts.
|
|
||||||
*.elf
|
|
||||||
*.map
|
|
||||||
*.bin
|
|
||||||
*.hex
|
|
||||||
*.srec
|
|
||||||
*.lst
|
|
||||||
*.o
|
|
||||||
*.d
|
|
||||||
*.a
|
|
||||||
*.su
|
|
||||||
*.crl
|
|
||||||
|
|
||||||
#TouchGFX files (in case your project has touchGFX)
|
|
||||||
TouchGFX/generated
|
|
||||||
TouchGFX/build
|
|
||||||
TouchGFX/simulator/msvs/.vs
|
|
||||||
|
|
||||||
# Backup files
|
|
||||||
|
|
||||||
# Ignore temporary and backup files generated by the operating system and editor.
|
|
||||||
# These are not needed in the repository.
|
|
||||||
*.bak
|
|
||||||
@ -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
|
||||||
|
|||||||
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
# SFTP configuration file
|
# SFTP configuration file
|
||||||
sftp-config.json
|
sftp-config.json
|
||||||
sftp-config-alt*.json
|
|
||||||
|
|
||||||
# Package control specific files
|
# Package control specific files
|
||||||
Package Control.last-run
|
Package Control.last-run
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
# Syncthing caches
|
|
||||||
.stversions
|
|
||||||
@ -2,4 +2,4 @@
|
|||||||
.vagrant/
|
.vagrant/
|
||||||
|
|
||||||
# Log files (if you are creating logs in debug mode, uncomment this)
|
# Log files (if you are creating logs in debug mode, uncomment this)
|
||||||
# *.log
|
# *.logs
|
||||||
|
|||||||
@ -1,7 +1,5 @@
|
|||||||
# Swap
|
# Swap
|
||||||
[._]*.s[a-v][a-z]
|
[._]*.s[a-v][a-z]
|
||||||
# comment out the next line if you don't need vector files
|
|
||||||
!*.svg
|
|
||||||
[._]*.sw[a-p]
|
[._]*.sw[a-p]
|
||||||
[._]s[a-rt-v][a-z]
|
[._]s[a-rt-v][a-z]
|
||||||
[._]ss[a-gi-z]
|
[._]ss[a-gi-z]
|
||||||
@ -9,7 +7,6 @@
|
|||||||
|
|
||||||
# Session
|
# Session
|
||||||
Session.vim
|
Session.vim
|
||||||
Sessionx.vim
|
|
||||||
|
|
||||||
# Temporary
|
# Temporary
|
||||||
.netrwhist
|
.netrwhist
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Virtualenv
|
# Virtualenv
|
||||||
# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project
|
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
||||||
.Python
|
.Python
|
||||||
[Bb]in
|
[Bb]in
|
||||||
[Ii]nclude
|
[Ii]nclude
|
||||||
|
|||||||
@ -1,18 +0,0 @@
|
|||||||
# Gitignore for Cadence Virtuoso
|
|
||||||
################################################################
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
*.log
|
|
||||||
panic*.log.*
|
|
||||||
|
|
||||||
# OpenAccess database lock files
|
|
||||||
*.cdslck*
|
|
||||||
|
|
||||||
# Run directories for layout vs. schematic and design rule check
|
|
||||||
lvsRunDir/*
|
|
||||||
drcRunDir/*
|
|
||||||
|
|
||||||
# Abstract generation tool
|
|
||||||
abstract.log*
|
|
||||||
abstract.record*
|
|
||||||
|
|
||||||
@ -3,8 +3,3 @@
|
|||||||
!.vscode/tasks.json
|
!.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
!.vscode/*.code-snippets
|
|
||||||
!*.code-workspace
|
|
||||||
|
|
||||||
# Built Visual Studio Code Extensions
|
|
||||||
*.vsix
|
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
# Windows thumbnail cache files
|
# Windows thumbnail cache files
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
Thumbs.db:encryptable
|
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
ehthumbs_vista.db
|
ehthumbs_vista.db
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1,23 @@
|
|||||||
|
# Xcode
|
||||||
|
#
|
||||||
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
||||||
|
|
||||||
## User settings
|
## User settings
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
|
|
||||||
|
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
|
||||||
|
*.xcscmblueprint
|
||||||
|
*.xccheckout
|
||||||
|
|
||||||
|
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
|
||||||
|
build/
|
||||||
|
DerivedData/
|
||||||
|
*.moved-aside
|
||||||
|
*.pbxuser
|
||||||
|
!default.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
!default.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
!default.mode2v3
|
||||||
|
*.perspectivev3
|
||||||
|
!default.perspectivev3
|
||||||
|
|||||||
@ -1,10 +0,0 @@
|
|||||||
# Zed
|
|
||||||
# https://zed.dev/docs/configuring-zed#settings-files
|
|
||||||
#
|
|
||||||
# Zed stores project settings in a .zed/ directory, similar to .vscode/.
|
|
||||||
# By default, ignore the directory but allow commonly shared config files.
|
|
||||||
|
|
||||||
.zed/*
|
|
||||||
!.zed/settings.json
|
|
||||||
!.zed/tasks.json
|
|
||||||
!.zed/debug.json
|
|
||||||
@ -1,15 +1,15 @@
|
|||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.localized
|
|
||||||
__MACOSX/
|
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
Icon[
]
|
|
||||||
|
|
||||||
# Resource forks
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|
||||||
# Files and directories that might appear in the root of a volume
|
# Files that might appear in the root of a volume
|
||||||
.DocumentRevisions-V100
|
.DocumentRevisions-V100
|
||||||
.fseventsd
|
.fseventsd
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
@ -17,15 +17,6 @@ Icon[
]
|
|||||||
.Trashes
|
.Trashes
|
||||||
.VolumeIcon.icns
|
.VolumeIcon.icns
|
||||||
.com.apple.timemachine.donotpresent
|
.com.apple.timemachine.donotpresent
|
||||||
.com.apple.timemachine.supported
|
|
||||||
.PKInstallSandboxManager
|
|
||||||
.PKInstallSandboxManager-SystemSoftware
|
|
||||||
.hotfiles.btree
|
|
||||||
.vol
|
|
||||||
.file
|
|
||||||
.disk_label*
|
|
||||||
lost+found
|
|
||||||
.HFS+ Private Directory Data[
]
|
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share
|
# Directories potentially created on remote AFP share
|
||||||
.AppleDB
|
.AppleDB
|
||||||
@ -33,25 +24,3 @@ lost+found
|
|||||||
Network Trash Folder
|
Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
# Mac OS 6 to 9
|
|
||||||
Desktop DB
|
|
||||||
Desktop DF
|
|
||||||
TheFindByContentFolder
|
|
||||||
TheVolumeSettingsFolder
|
|
||||||
.FBCIndex
|
|
||||||
.FBCSemaphoreFile
|
|
||||||
.FBCLockFolder
|
|
||||||
|
|
||||||
# Quota system
|
|
||||||
.quota.group
|
|
||||||
.quota.user
|
|
||||||
.quota.ops.group
|
|
||||||
.quota.ops.user
|
|
||||||
|
|
||||||
# TimeMachine
|
|
||||||
Backups.backupdb
|
|
||||||
.MobileBackups
|
|
||||||
.MobileBackups.trash
|
|
||||||
MobileBackups.trash
|
|
||||||
tmbootpicker.efi
|
|
||||||
|
|||||||
@ -1,11 +0,0 @@
|
|||||||
# https://mise.jdx.dev/configuration.html
|
|
||||||
# https://mise.jdx.dev/configuration/environments.html
|
|
||||||
.mise.*.local.toml
|
|
||||||
.mise.local.toml
|
|
||||||
mise.*.local.toml
|
|
||||||
mise.local.toml
|
|
||||||
.mise/*.local.toml
|
|
||||||
mise/*.local.toml
|
|
||||||
|
|
||||||
# https://mise.jdx.dev/configuration.html#tool-versions
|
|
||||||
#.tool-versions
|
|
||||||
24
Go.gitignore
24
Go.gitignore
@ -1,6 +1,3 @@
|
|||||||
# If you prefer the allow list template instead of the deny list, see community template:
|
|
||||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
|
||||||
#
|
|
||||||
# Binaries for programs and plugins
|
# Binaries for programs and plugins
|
||||||
*.exe
|
*.exe
|
||||||
*.exe~
|
*.exe~
|
||||||
@ -8,25 +5,8 @@
|
|||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Test binary, build with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
# Code coverage profiles and other test artifacts
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
coverage.*
|
|
||||||
*.coverprofile
|
|
||||||
profile.cov
|
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
|
||||||
# vendor/
|
|
||||||
|
|
||||||
# Go workspace file
|
|
||||||
go.work
|
|
||||||
go.work.sum
|
|
||||||
|
|
||||||
# env file
|
|
||||||
.env
|
|
||||||
|
|
||||||
# Editor/IDE
|
|
||||||
# .idea/
|
|
||||||
# .vscode/
|
|
||||||
|
|||||||
@ -1,17 +1,8 @@
|
|||||||
# Godot 4+ specific ignores
|
|
||||||
.godot/
|
|
||||||
.nomedia
|
|
||||||
|
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
export_credentials.cfg
|
export_presets.cfg
|
||||||
*.tmp
|
|
||||||
|
|
||||||
# Imported translations (automatically generated from CSV files)
|
|
||||||
*.translation
|
|
||||||
|
|
||||||
# Mono-specific ignores
|
# Mono-specific ignores
|
||||||
.mono/
|
.mono/
|
||||||
data_*/
|
|
||||||
mono_crash.*.json
|
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
.gradle
|
.gradle
|
||||||
**/build/
|
/build/
|
||||||
!**/src/**/build/
|
|
||||||
|
|
||||||
# Ignore Gradle GUI config
|
# Ignore Gradle GUI config
|
||||||
gradle-app.setting
|
gradle-app.setting
|
||||||
@ -8,14 +7,8 @@ gradle-app.setting
|
|||||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||||
!gradle-wrapper.jar
|
!gradle-wrapper.jar
|
||||||
|
|
||||||
# Avoid ignore Gradle wrappper properties
|
|
||||||
!gradle-wrapper.properties
|
|
||||||
|
|
||||||
# Cache of project
|
# Cache of project
|
||||||
.gradletasknamecache
|
.gradletasknamecache
|
||||||
|
|
||||||
# Eclipse Gradle plugin generated files
|
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
||||||
# Eclipse Core
|
# gradle/wrapper/gradle-wrapper.properties
|
||||||
.project
|
|
||||||
# JDT-specific (Eclipse Java Development Tools)
|
|
||||||
.classpath
|
|
||||||
|
|||||||
@ -1,50 +0,0 @@
|
|||||||
# HIP.gitignore
|
|
||||||
# GitHub gitignore template for AMD HIP (ROCm) projects
|
|
||||||
#
|
|
||||||
# Reference:
|
|
||||||
# Official AMD ROCm HIP .gitignore: https://github.com/ROCm/hip/blob/amd-staging/.gitignore
|
|
||||||
|
|
||||||
# 1. Build directories and files
|
|
||||||
/build/ # common build directory
|
|
||||||
/CMakeFiles/ # CMake internal files
|
|
||||||
/CMakeCache.txt # CMake cache file
|
|
||||||
/Makefile # autogenerated Makefile
|
|
||||||
/cmake_install.cmake # install script
|
|
||||||
/install_manifest.txt # install manifest list
|
|
||||||
*.ninja-dep # Ninja dependency files
|
|
||||||
*.ninja_log # Ninja log files
|
|
||||||
meson-logs/ # Meson log directory
|
|
||||||
|
|
||||||
# 2. Compilation outputs and intermediates
|
|
||||||
*.o # object files
|
|
||||||
*.obj # Windows object files
|
|
||||||
*.so # shared libraries
|
|
||||||
*.a # static librarie
|
|
||||||
*.d # dependency files
|
|
||||||
*.gch # precompiled headers
|
|
||||||
*.ii # preprocessed output
|
|
||||||
*.ii.cpp # C++ preprocessed output
|
|
||||||
*.out # generic executable outputs
|
|
||||||
*.exe # Windows executables
|
|
||||||
|
|
||||||
# 3. HIP/ROCm specific binaries and intermediates
|
|
||||||
*.hsaco # ROCm compiled binary
|
|
||||||
*.s # assembly output
|
|
||||||
*.kernels.cpp # autogenerated kernel sources
|
|
||||||
*.hip.cpp.* # hipcc intermediate outputs
|
|
||||||
|
|
||||||
# 4. Official sample binaries and tutorial outputs
|
|
||||||
bin/hipInfo # sample binary
|
|
||||||
bin/hipBusBandwidth # sample binary
|
|
||||||
bin/hipDispatchLatency # sample binary
|
|
||||||
bin/hipify-clang # sample tool
|
|
||||||
samples/**/*.out # tutorial outputs
|
|
||||||
samples/**/*.code # ISA/code dumps
|
|
||||||
samples/**/*.hsaco # compiled binaries
|
|
||||||
samples/**/*.co # kernel code outputs
|
|
||||||
|
|
||||||
# 5. Tags, logs and test outputs
|
|
||||||
tags # ctags index
|
|
||||||
*.log # log files
|
|
||||||
/tests_output/ # custom test output directory
|
|
||||||
/samples_output/ # custom sample output directory
|
|
||||||
@ -3,7 +3,6 @@ dist-*
|
|||||||
cabal-dev
|
cabal-dev
|
||||||
*.o
|
*.o
|
||||||
*.hi
|
*.hi
|
||||||
*.hie
|
|
||||||
*.chi
|
*.chi
|
||||||
*.chs.h
|
*.chs.h
|
||||||
*.dyn_o
|
*.dyn_o
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
.haxelib/
|
|
||||||
.haxelsp/recording/
|
|
||||||
dump/
|
|
||||||
@ -1,47 +0,0 @@
|
|||||||
# Compiled binaries
|
|
||||||
*.o
|
|
||||||
*.bin
|
|
||||||
*.elf
|
|
||||||
*.hex
|
|
||||||
*.map
|
|
||||||
*.out
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Trash
|
|
||||||
*.bak
|
|
||||||
thumbs.db
|
|
||||||
*.~*
|
|
||||||
|
|
||||||
# IAR Settings
|
|
||||||
**/settings/*.crun
|
|
||||||
**/settings/*.dbgdt
|
|
||||||
**/settings/*.cspy
|
|
||||||
**/settings/*.cspy.*
|
|
||||||
**/settings/*.xcl
|
|
||||||
**/settings/*.dni
|
|
||||||
**/settings/*.wsdt
|
|
||||||
**/settings/*.wspos
|
|
||||||
|
|
||||||
# IAR Debug Exe
|
|
||||||
**/Exe/*.sim
|
|
||||||
|
|
||||||
# IAR Debug Obj
|
|
||||||
**/Obj/*.pbd
|
|
||||||
**/Obj/*.pbd.*
|
|
||||||
**/Obj/*.pbi
|
|
||||||
**/Obj/*.pbi.*
|
|
||||||
|
|
||||||
# IAR project "Debug" directory
|
|
||||||
Debug/
|
|
||||||
|
|
||||||
# IAR project "Release" directory
|
|
||||||
Release/
|
|
||||||
|
|
||||||
# IAR project settings directory
|
|
||||||
settings/
|
|
||||||
|
|
||||||
# IAR backup files
|
|
||||||
Backup*
|
|
||||||
|
|
||||||
# IAR .dep files
|
|
||||||
*.dep
|
|
||||||
@ -1,7 +1,2 @@
|
|||||||
# Idris 2
|
|
||||||
*.ttc
|
|
||||||
*.ttm
|
|
||||||
|
|
||||||
# Idris 1
|
|
||||||
*.ibc
|
*.ibc
|
||||||
*.o
|
*.o
|
||||||
|
|||||||
@ -1,50 +0,0 @@
|
|||||||
# Learn more about Jenkins and JENKINS_HOME directory for which this file is
|
|
||||||
# intended.
|
|
||||||
#
|
|
||||||
# http://jenkins-ci.org/
|
|
||||||
# https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins
|
|
||||||
#
|
|
||||||
# Note: secret.key is purposefully not tracked by git. This should be backed up
|
|
||||||
# separately because configs may contain secrets which were encrypted using the
|
|
||||||
# secret.key. To back up secrets use 'tar -czf /tmp/secrets.tgz secret*' and
|
|
||||||
# save the file separate from your repository. If you want secrets backed up
|
|
||||||
# with configuration, then see the bottom of this file for an example.
|
|
||||||
|
|
||||||
# Ignore all JENKINS_HOME except jobs directory, root xml config, and
|
|
||||||
# .gitignore file.
|
|
||||||
/*
|
|
||||||
!/jobs
|
|
||||||
!/.gitignore
|
|
||||||
!/*.xml
|
|
||||||
|
|
||||||
# Ignore all files in jobs subdirectories except for folders.
|
|
||||||
# Note: git doesn't track folders, only file content.
|
|
||||||
jobs/**
|
|
||||||
!jobs/**/
|
|
||||||
|
|
||||||
# Uncomment the following line to save next build numbers with config.
|
|
||||||
|
|
||||||
#!jobs/**/nextBuildNumber
|
|
||||||
|
|
||||||
# For performance reasons, we want to ignore builds in Jenkins jobs because it
|
|
||||||
# contains many tiny files on large installations. This can impact git
|
|
||||||
# performance when running even basic commands like 'git status'.
|
|
||||||
builds
|
|
||||||
indexing
|
|
||||||
|
|
||||||
# Exclude only config.xml files in repository subdirectories.
|
|
||||||
!config.xml
|
|
||||||
|
|
||||||
# Don't track workspaces (when users build on the master).
|
|
||||||
jobs/**/*workspace
|
|
||||||
|
|
||||||
# Security warning: If secrets are included with your configuration, then an
|
|
||||||
# adversary will be able to decrypt all encrypted secrets within Jenkins
|
|
||||||
# config. Including secrets is a bad practice, but the example is included in
|
|
||||||
# case someone still wants it for convenience. Uncomment the following line to
|
|
||||||
# include secrets for decryption with repository configuration in Git.
|
|
||||||
|
|
||||||
#!/secret*
|
|
||||||
|
|
||||||
# As a result, only Jenkins settings and job config.xml files in JENKINS_HOME
|
|
||||||
# will be tracked by git.
|
|
||||||
@ -21,4 +21,3 @@
|
|||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
replay_pid*
|
|
||||||
|
|||||||
@ -2,6 +2,3 @@ _site/
|
|||||||
.sass-cache/
|
.sass-cache/
|
||||||
.jekyll-cache/
|
.jekyll-cache/
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
# Ignore folders generated by Bundler
|
|
||||||
.bundle/
|
|
||||||
vendor/
|
|
||||||
|
|||||||
389
Joomla.gitignore
389
Joomla.gitignore
@ -1,22 +1,21 @@
|
|||||||
/.htaccess
|
/.htaccess
|
||||||
/administrator/cache/*
|
/administrator/cache/*
|
||||||
/administrator/components/com_actionlogs/*
|
|
||||||
/administrator/components/com_admin/*
|
/administrator/components/com_admin/*
|
||||||
/administrator/components/com_ajax/*
|
/administrator/components/com_ajax/*
|
||||||
/administrator/components/com_associations/*
|
/administrator/components/com_tags/*
|
||||||
/administrator/components/com_banners/*
|
/administrator/components/com_banners/*
|
||||||
/administrator/components/com_cache/*
|
/administrator/components/com_cache/*
|
||||||
|
/administrator/components/com_postinstall/*
|
||||||
|
/administrator/components/com_joomlaupdate/*
|
||||||
|
/administrator/components/com_contenthistory/*
|
||||||
/administrator/components/com_categories/*
|
/administrator/components/com_categories/*
|
||||||
/administrator/components/com_checkin/*
|
/administrator/components/com_checkin/*
|
||||||
/administrator/components/com_config/*
|
/administrator/components/com_config/*
|
||||||
/administrator/components/com_contact/*
|
/administrator/components/com_contact/*
|
||||||
/administrator/components/com_content/*
|
/administrator/components/com_content/*
|
||||||
/administrator/components/com_contenthistory/*
|
|
||||||
/administrator/components/com_cpanel/*
|
/administrator/components/com_cpanel/*
|
||||||
/administrator/components/com_fields/*
|
|
||||||
/administrator/components/com_finder/*
|
/administrator/components/com_finder/*
|
||||||
/administrator/components/com_installer/*
|
/administrator/components/com_installer/*
|
||||||
/administrator/components/com_joomlaupdate/*
|
|
||||||
/administrator/components/com_languages/*
|
/administrator/components/com_languages/*
|
||||||
/administrator/components/com_login/*
|
/administrator/components/com_login/*
|
||||||
/administrator/components/com_media/*
|
/administrator/components/com_media/*
|
||||||
@ -25,24 +24,66 @@
|
|||||||
/administrator/components/com_modules/*
|
/administrator/components/com_modules/*
|
||||||
/administrator/components/com_newsfeeds/*
|
/administrator/components/com_newsfeeds/*
|
||||||
/administrator/components/com_plugins/*
|
/administrator/components/com_plugins/*
|
||||||
/administrator/components/com_postinstall/*
|
|
||||||
/administrator/components/com_privacy/*
|
|
||||||
/administrator/components/com_redirect/*
|
/administrator/components/com_redirect/*
|
||||||
/administrator/components/com_search/*
|
/administrator/components/com_search/*
|
||||||
/administrator/components/com_tags/*
|
|
||||||
/administrator/components/com_templates/*
|
/administrator/components/com_templates/*
|
||||||
/administrator/components/com_users/*
|
/administrator/components/com_users/*
|
||||||
/administrator/help/*
|
/administrator/help/*
|
||||||
/administrator/includes/*
|
/administrator/includes/*
|
||||||
/administrator/index.php
|
|
||||||
/administrator/language/en-GB/en-GB.com_actionlogs.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_actionlogs.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_admin.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_admin.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_ajax.ini
|
/administrator/language/en-GB/en-GB.com_ajax.ini
|
||||||
/administrator/language/en-GB/en-GB.com_ajax.sys.ini
|
/administrator/language/en-GB/en-GB.com_ajax.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_associations.ini
|
/administrator/language/en-GB/en-GB.com_contenthistory.ini
|
||||||
/administrator/language/en-GB/en-GB.com_associations.sys.ini
|
/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.com_joomlaupdate.ini
|
||||||
|
/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.com_postinstall.ini
|
||||||
|
/administrator/language/en-GB/en-GB.com_postinstall.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.com_tags.ini
|
||||||
|
/administrator/language/en-GB/en-GB.com_tags.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.mod_stats_admin.ini
|
||||||
|
/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_content_contact.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_content_finder.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_module*
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_categories.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_contacts.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_content.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_tags.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_folderinstaller*
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_packageinstaller*
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_packageinstaller
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_urlinstaller*
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_search_tags.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_system_languagecode.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_system_stats*
|
||||||
|
/administrator/language/en-GB/en-GB.plg_system_updatenotification*
|
||||||
|
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.tpl_isis.ini
|
||||||
|
/administrator/language/en-GB/en-GB.tpl_isis.sys.ini
|
||||||
|
/administrator/language/en-GB/install.xml
|
||||||
|
/administrator/language/en-GB/en-GB.com_admin.ini
|
||||||
|
/administrator/language/en-GB/en-GB.com_admin.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_banners.ini
|
/administrator/language/en-GB/en-GB.com_banners.ini
|
||||||
/administrator/language/en-GB/en-GB.com_banners.sys.ini
|
/administrator/language/en-GB/en-GB.com_banners.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_cache.ini
|
/administrator/language/en-GB/en-GB.com_cache.ini
|
||||||
@ -57,18 +98,12 @@
|
|||||||
/administrator/language/en-GB/en-GB.com_contact.sys.ini
|
/administrator/language/en-GB/en-GB.com_contact.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_content.ini
|
/administrator/language/en-GB/en-GB.com_content.ini
|
||||||
/administrator/language/en-GB/en-GB.com_content.sys.ini
|
/administrator/language/en-GB/en-GB.com_content.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_contenthistory.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_cpanel.ini
|
/administrator/language/en-GB/en-GB.com_cpanel.ini
|
||||||
/administrator/language/en-GB/en-GB.com_cpanel.sys.ini
|
/administrator/language/en-GB/en-GB.com_cpanel.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_fields.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_fields.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_finder.ini
|
/administrator/language/en-GB/en-GB.com_finder.ini
|
||||||
/administrator/language/en-GB/en-GB.com_finder.sys.ini
|
/administrator/language/en-GB/en-GB.com_finder.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_installer.ini
|
/administrator/language/en-GB/en-GB.com_installer.ini
|
||||||
/administrator/language/en-GB/en-GB.com_installer.sys.ini
|
/administrator/language/en-GB/en-GB.com_installer.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_joomlaupdate.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_languages.ini
|
/administrator/language/en-GB/en-GB.com_languages.ini
|
||||||
/administrator/language/en-GB/en-GB.com_languages.sys.ini
|
/administrator/language/en-GB/en-GB.com_languages.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_login.ini
|
/administrator/language/en-GB/en-GB.com_login.ini
|
||||||
@ -86,16 +121,10 @@
|
|||||||
/administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini
|
/administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_plugins.ini
|
/administrator/language/en-GB/en-GB.com_plugins.ini
|
||||||
/administrator/language/en-GB/en-GB.com_plugins.sys.ini
|
/administrator/language/en-GB/en-GB.com_plugins.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_postinstall.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_postinstall.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_privacy.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_privacy.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_redirect.ini
|
/administrator/language/en-GB/en-GB.com_redirect.ini
|
||||||
/administrator/language/en-GB/en-GB.com_redirect.sys.ini
|
/administrator/language/en-GB/en-GB.com_redirect.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_search.ini
|
/administrator/language/en-GB/en-GB.com_search.ini
|
||||||
/administrator/language/en-GB/en-GB.com_search.sys.ini
|
/administrator/language/en-GB/en-GB.com_search.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_tags.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_tags.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_templates.ini
|
/administrator/language/en-GB/en-GB.com_templates.ini
|
||||||
/administrator/language/en-GB/en-GB.com_templates.sys.ini
|
/administrator/language/en-GB/en-GB.com_templates.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_users.ini
|
/administrator/language/en-GB/en-GB.com_users.ini
|
||||||
@ -113,8 +142,6 @@
|
|||||||
/administrator/language/en-GB/en-GB.mod_feed.sys.ini
|
/administrator/language/en-GB/en-GB.mod_feed.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_latest.ini
|
/administrator/language/en-GB/en-GB.mod_latest.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_latest.sys.ini
|
/administrator/language/en-GB/en-GB.mod_latest.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_latestactions.ini
|
|
||||||
/administrator/language/en-GB/en-GB.mod_latestactions.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.mod_logged.ini
|
/administrator/language/en-GB/en-GB.mod_logged.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_logged.sys.ini
|
/administrator/language/en-GB/en-GB.mod_logged.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_login.ini
|
/administrator/language/en-GB/en-GB.mod_login.ini
|
||||||
@ -127,14 +154,8 @@
|
|||||||
/administrator/language/en-GB/en-GB.mod_online.sys.ini
|
/administrator/language/en-GB/en-GB.mod_online.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_popular.ini
|
/administrator/language/en-GB/en-GB.mod_popular.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_popular.sys.ini
|
/administrator/language/en-GB/en-GB.mod_popular.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_privacy_dashboard.ini
|
|
||||||
/administrator/language/en-GB/en-GB.mod_privacy_dashboard.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.mod_quickicon.ini
|
/administrator/language/en-GB/en-GB.mod_quickicon.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_quickicon.sys.ini
|
/administrator/language/en-GB/en-GB.mod_quickicon.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_sampledata.ini
|
|
||||||
/administrator/language/en-GB/en-GB.mod_sampledata.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.mod_stats_admin.ini
|
|
||||||
/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.mod_status.ini
|
/administrator/language/en-GB/en-GB.mod_status.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_status.sys.ini
|
/administrator/language/en-GB/en-GB.mod_status.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_submenu.ini
|
/administrator/language/en-GB/en-GB.mod_submenu.ini
|
||||||
@ -147,10 +168,6 @@
|
|||||||
/administrator/language/en-GB/en-GB.mod_unread.sys.ini
|
/administrator/language/en-GB/en-GB.mod_unread.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_version.ini
|
/administrator/language/en-GB/en-GB.mod_version.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_version.sys.ini
|
/administrator/language/en-GB/en-GB.mod_version.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_actionlog_joomla.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_actionlog_joomla.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_authentication_example.ini
|
/administrator/language/en-GB/en-GB.plg_authentication_example.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini
|
/administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_authentication_gmail.ini
|
/administrator/language/en-GB/en-GB.plg_authentication_gmail.ini
|
||||||
@ -161,18 +178,8 @@
|
|||||||
/administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini
|
/administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini
|
/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini
|
/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_content_confirmconsent.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_content_confirmconsent.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_content_contact.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_content_emailcloak.ini
|
/administrator/language/en-GB/en-GB.plg_content_emailcloak.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini
|
/administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_content_fields.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_content_fields.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_content_finder.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_content_geshi.ini
|
/administrator/language/en-GB/en-GB.plg_content_geshi.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini
|
/administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_content_joomla.ini
|
/administrator/language/en-GB/en-GB.plg_content_joomla.ini
|
||||||
@ -185,106 +192,24 @@
|
|||||||
/administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini
|
/administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_content_vote.ini
|
/administrator/language/en-GB/en-GB.plg_content_vote.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_content_vote.sys.ini
|
/administrator/language/en-GB/en-GB.plg_content_vote.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_contact.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_contact.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_fields.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_fields.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_menu.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_menu.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_module.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_module.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini
|
/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini
|
/administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_editors_none.ini
|
/administrator/language/en-GB/en-GB.plg_editors_none.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_editors_none.sys.ini
|
/administrator/language/en-GB/en-GB.plg_editors_none.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_editors_tinymce.ini
|
/administrator/language/en-GB/en-GB.plg_editors_tinymce.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini
|
/administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_extension_joomla.ini
|
/administrator/language/en-GB/en-GB.plg_extension_joomla.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini
|
/administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_calendar.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_calendar.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_checkboxes.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_checkboxes.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_color.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_color.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_editor.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_editor.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_image.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_image.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_imagelist.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_imagelist.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_integer.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_integer.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_list.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_list.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_media.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_media.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_radio.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_radio.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_repeatable.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_repeatable.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_sql.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_sql.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_text.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_text.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_textarea.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_textarea.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_url.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_url.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_user.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_user.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_usergrouplist.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_fields_usergrouplist.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_categories.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_contacts.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_content.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_tags.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_folderinstaller.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_folderinstaller.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_packageinstaller.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_packageinstaller.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_urlinstaller.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_urlinstaller.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_consents.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_consents.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_contact.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_contact.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_content.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_content.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_message.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_message.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_user.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_privacy_user.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini
|
/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini
|
/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_quickicon_phpversioncheck.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_quickicon_phpversioncheck.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_sampledata_blog.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_sampledata_blog.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_search_categories.ini
|
/administrator/language/en-GB/en-GB.plg_search_categories.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_search_categories.sys.ini
|
/administrator/language/en-GB/en-GB.plg_search_categories.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_search_contacts.ini
|
/administrator/language/en-GB/en-GB.plg_search_contacts.ini
|
||||||
@ -293,155 +218,124 @@
|
|||||||
/administrator/language/en-GB/en-GB.plg_search_content.sys.ini
|
/administrator/language/en-GB/en-GB.plg_search_content.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini
|
/administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_search_newsfeeds.sys.ini
|
/administrator/language/en-GB/en-GB.plg_search_newsfeeds.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_search_tags.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_search_weblinks.ini
|
/administrator/language/en-GB/en-GB.plg_search_weblinks.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini
|
/administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_actionlogs.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_actionlogs.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_cache.ini
|
/administrator/language/en-GB/en-GB.plg_system_cache.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_cache.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_cache.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_debug.ini
|
/administrator/language/en-GB/en-GB.plg_system_debug.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_debug.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_debug.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_fields.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_fields.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_highlight.ini
|
/administrator/language/en-GB/en-GB.plg_system_highlight.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_highlight.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_highlight.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_languagecode.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_languagefilter.ini
|
/administrator/language/en-GB/en-GB.plg_system_languagefilter.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_log.ini
|
/administrator/language/en-GB/en-GB.plg_system_log.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_log.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_logout.ini
|
/administrator/language/en-GB/en-GB.plg_system_logout.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_logout.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_logout.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_logrotation.ini
|
/administrator/language/en-GB/en-GB.plg_system_log.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_logrotation.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_p3p.ini
|
/administrator/language/en-GB/en-GB.plg_system_p3p.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_privacyconsent.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_privacyconsent.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_redirect.ini
|
/administrator/language/en-GB/en-GB.plg_system_redirect.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_remember.ini
|
/administrator/language/en-GB/en-GB.plg_system_remember.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_remember.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_remember.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_sef.ini
|
/administrator/language/en-GB/en-GB.plg_system_sef.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_sef.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_sef.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_sessiongc.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_sessiongc.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_stats.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_stats.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_updatenotification.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_system_updatenotification.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_user_contactcreator.ini
|
/administrator/language/en-GB/en-GB.plg_user_contactcreator.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini
|
/administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_user_joomla.ini
|
/administrator/language/en-GB/en-GB.plg_user_joomla.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini
|
/administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_user_profile.ini
|
/administrator/language/en-GB/en-GB.plg_user_profile.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_user_profile.sys.ini
|
/administrator/language/en-GB/en-GB.plg_user_profile.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_user_terms.ini
|
|
||||||
/administrator/language/en-GB/en-GB.plg_user_terms.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.tpl_hathor.ini
|
/administrator/language/en-GB/en-GB.tpl_hathor.ini
|
||||||
/administrator/language/en-GB/en-GB.tpl_hathor.sys.ini
|
/administrator/language/en-GB/en-GB.tpl_hathor.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.tpl_isis.ini
|
|
||||||
/administrator/language/en-GB/en-GB.tpl_isis.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.xml
|
/administrator/language/en-GB/en-GB.xml
|
||||||
/administrator/language/en-GB/install.xml
|
|
||||||
/administrator/language/overrides/*
|
/administrator/language/overrides/*
|
||||||
/administrator/language/index.html
|
|
||||||
/administrator/logs/*
|
/administrator/logs/*
|
||||||
/administrator/manifests/files/joomla.xml
|
/administrator/manifests/*
|
||||||
/administrator/manifests/libraries/fof.xml
|
|
||||||
/administrator/manifests/libraries/idna_convert.xml
|
|
||||||
/administrator/manifests/libraries/joomla.xml
|
|
||||||
/administrator/manifests/libraries/phpass.xml
|
|
||||||
/administrator/manifests/libraries/phputf8.xml
|
|
||||||
/administrator/manifests/packages/pkg_en-GB.xml
|
|
||||||
/administrator/manifests/packages/index.html
|
|
||||||
/administrator/modules/mod_custom/*
|
/administrator/modules/mod_custom/*
|
||||||
/administrator/modules/mod_feed/*
|
/administrator/modules/mod_feed/*
|
||||||
/administrator/modules/mod_latest/*
|
/administrator/modules/mod_latest/*
|
||||||
/administrator/modules/mod_latestactions/*
|
|
||||||
/administrator/modules/mod_logged/*
|
/administrator/modules/mod_logged/*
|
||||||
/administrator/modules/mod_login/*
|
/administrator/modules/mod_login/*
|
||||||
/administrator/modules/mod_menu/*
|
/administrator/modules/mod_menu/*
|
||||||
/administrator/modules/mod_multilangstatus/*
|
/administrator/modules/mod_multilangstatus/*
|
||||||
/administrator/modules/mod_online/*
|
/administrator/modules/mod_online/*
|
||||||
/administrator/modules/mod_popular/*
|
/administrator/modules/mod_popular/*
|
||||||
/administrator/modules/mod_privacy_dashboard/*
|
|
||||||
/administrator/modules/mod_quickicon/*
|
/administrator/modules/mod_quickicon/*
|
||||||
/administrator/modules/mod_sampledata/*
|
|
||||||
/administrator/modules/mod_stats_admin/*
|
|
||||||
/administrator/modules/mod_status/*
|
/administrator/modules/mod_status/*
|
||||||
/administrator/modules/mod_submenu/*
|
/administrator/modules/mod_submenu/*
|
||||||
/administrator/modules/mod_title/*
|
/administrator/modules/mod_title/*
|
||||||
/administrator/modules/mod_toolbar/*
|
/administrator/modules/mod_toolbar/*
|
||||||
/administrator/modules/mod_unread/*
|
/administrator/modules/mod_unread/*
|
||||||
/administrator/modules/mod_version/*
|
/administrator/modules/mod_version/*
|
||||||
/administrator/templates/hathor/*
|
/administrator/modules/mod_stats_admin/*
|
||||||
/administrator/templates/isis/*
|
/administrator/templates/isis/*
|
||||||
|
/administrator/templates/hathor/*
|
||||||
/administrator/templates/system/*
|
/administrator/templates/system/*
|
||||||
/bin/*
|
/administrator/index.php
|
||||||
/cache/*
|
/cache/*
|
||||||
|
/bin/*
|
||||||
/cli/*
|
/cli/*
|
||||||
/components/com_ajax/*
|
|
||||||
/components/com_banners/*
|
/components/com_banners/*
|
||||||
|
/components/com_ajax/*
|
||||||
/components/com_config/*
|
/components/com_config/*
|
||||||
|
/components/com_contenthistory/*
|
||||||
|
/components/com_tags/*
|
||||||
/components/com_contact/*
|
/components/com_contact/*
|
||||||
/components/com_content/*
|
/components/com_content/*
|
||||||
/components/com_contenthistory/*
|
|
||||||
/components/com_fields/*
|
|
||||||
/components/com_finder/*
|
/components/com_finder/*
|
||||||
/components/com_mailto/*
|
/components/com_mailto/*
|
||||||
/components/com_media/*
|
/components/com_media/*
|
||||||
/components/com_menus/*
|
|
||||||
/components/com_modules/*
|
/components/com_modules/*
|
||||||
/components/com_newsfeeds/*
|
/components/com_newsfeeds/*
|
||||||
/components/com_privacy/*
|
|
||||||
/components/com_search/*
|
/components/com_search/*
|
||||||
/components/com_tags/*
|
|
||||||
/components/com_users/*
|
/components/com_users/*
|
||||||
/components/com_wrapper/*
|
/components/com_wrapper/*
|
||||||
/components/index.html
|
/components/index.html
|
||||||
/images/banners/*
|
/images/banners/*
|
||||||
/images/headers/*
|
/images/headers/*
|
||||||
/images/sampledata/*
|
/images/sampledata/*
|
||||||
/images/index.html
|
|
||||||
/images/joomla*
|
/images/joomla*
|
||||||
|
/images/index.html
|
||||||
/images/powered_by.png
|
/images/powered_by.png
|
||||||
/includes/*
|
/includes/*
|
||||||
/installation/*
|
/installation/*
|
||||||
/language/en-GB/en-GB.com_ajax.ini
|
/language/en-GB/en-GB.com_ajax.ini
|
||||||
/language/en-GB/en-GB.com_config.ini
|
/language/en-GB/en-GB.com_config.ini
|
||||||
/language/en-GB/en-GB.com_contact.ini
|
/language/en-GB/en-GB.com_contact.ini
|
||||||
/language/en-GB/en-GB.com_content.ini
|
|
||||||
/language/en-GB/en-GB.com_finder.ini
|
/language/en-GB/en-GB.com_finder.ini
|
||||||
/language/en-GB/en-GB.com_mailto.ini
|
|
||||||
/language/en-GB/en-GB.com_media.ini
|
|
||||||
/language/en-GB/en-GB.com_messages.ini
|
|
||||||
/language/en-GB/en-GB.com_newsfeeds.ini
|
|
||||||
/language/en-GB/en-GB.com_privacy.ini
|
|
||||||
/language/en-GB/en-GB.com_search.ini
|
|
||||||
/language/en-GB/en-GB.com_tags.ini
|
/language/en-GB/en-GB.com_tags.ini
|
||||||
/language/en-GB/en-GB.com_users.ini
|
|
||||||
/language/en-GB/en-GB.com_weblinks.ini
|
|
||||||
/language/en-GB/en-GB.com_wrapper.ini
|
|
||||||
/language/en-GB/en-GB.files_joomla.sys.ini
|
|
||||||
/language/en-GB/en-GB.finder_cli.ini
|
/language/en-GB/en-GB.finder_cli.ini
|
||||||
/language/en-GB/en-GB.ini
|
|
||||||
/language/en-GB/en-GB.lib_fof.ini
|
|
||||||
/language/en-GB/en-GB.lib_fof.sys.ini
|
/language/en-GB/en-GB.lib_fof.sys.ini
|
||||||
|
/language/en-GB/en-GB.lib_fof.ini
|
||||||
|
/language/en-GB/en-GB.com_content.ini
|
||||||
/language/en-GB/en-GB.lib_idna_convert.sys.ini
|
/language/en-GB/en-GB.lib_idna_convert.sys.ini
|
||||||
/language/en-GB/en-GB.lib_joomla.ini
|
/language/en-GB/en-GB.com_mailto.ini
|
||||||
/language/en-GB/en-GB.lib_joomla.sys.ini
|
/language/en-GB/en-GB.lib_joomla.sys.ini
|
||||||
/language/en-GB/en-GB.lib_phpass.sys.ini
|
/language/en-GB/en-GB.lib_phpass.sys.ini
|
||||||
/language/en-GB/en-GB.lib_phpmailer.sys.ini
|
/language/en-GB/en-GB.lib_phpmailer.sys.ini
|
||||||
/language/en-GB/en-GB.lib_phputf8.sys.ini
|
/language/en-GB/en-GB.lib_phputf8.sys.ini
|
||||||
/language/en-GB/en-GB.lib_simplepie.sys.ini
|
/language/en-GB/en-GB.lib_simplepie.sys.ini
|
||||||
|
/language/en-GB/en-GB.com_media.ini
|
||||||
|
/language/en-GB/en-GB.mod_finder.ini
|
||||||
|
/language/en-GB/en-GB.com_messages.ini
|
||||||
|
/language/en-GB/en-GB.mod_tags_popular.ini
|
||||||
|
/language/en-GB/en-GB.mod_tags_popular.sys.ini
|
||||||
|
/language/en-GB/en-GB.mod_tags_similar.ini
|
||||||
|
/language/en-GB/en-GB.mod_tags_similar.sys.ini
|
||||||
|
/language/en-GB/en-GB.mod_finder.sys.ini
|
||||||
|
/language/en-GB/en-GB.tpl_beez3.ini
|
||||||
|
/language/en-GB/en-GB.tpl_beez3.sys.ini
|
||||||
|
/language/en-GB/en-GB.com_newsfeeds.ini
|
||||||
|
/language/en-GB/en-GB.tpl_protostar.ini
|
||||||
|
/language/en-GB/en-GB.tpl_protostar.sys.ini
|
||||||
|
/language/en-GB/en-GB.com_search.ini
|
||||||
|
/language/en-GB/en-GB.com_users.ini
|
||||||
|
/language/en-GB/en-GB.com_weblinks.ini
|
||||||
|
/language/en-GB/en-GB.com_wrapper.ini
|
||||||
|
/language/en-GB/en-GB.files_joomla.sys.ini
|
||||||
|
/language/en-GB/en-GB.ini
|
||||||
|
/language/en-GB/en-GB.lib_joomla.ini
|
||||||
/language/en-GB/en-GB.localise.php
|
/language/en-GB/en-GB.localise.php
|
||||||
/language/en-GB/en-GB.mod_articles_archive.ini
|
/language/en-GB/en-GB.mod_articles_archive.ini
|
||||||
/language/en-GB/en-GB.mod_articles_archive.sys.ini
|
/language/en-GB/en-GB.mod_articles_archive.sys.ini
|
||||||
@ -463,8 +357,6 @@
|
|||||||
/language/en-GB/en-GB.mod_custom.sys.ini
|
/language/en-GB/en-GB.mod_custom.sys.ini
|
||||||
/language/en-GB/en-GB.mod_feed.ini
|
/language/en-GB/en-GB.mod_feed.ini
|
||||||
/language/en-GB/en-GB.mod_feed.sys.ini
|
/language/en-GB/en-GB.mod_feed.sys.ini
|
||||||
/language/en-GB/en-GB.mod_finder.ini
|
|
||||||
/language/en-GB/en-GB.mod_finder.sys.ini
|
|
||||||
/language/en-GB/en-GB.mod_footer.ini
|
/language/en-GB/en-GB.mod_footer.ini
|
||||||
/language/en-GB/en-GB.mod_footer.sys.ini
|
/language/en-GB/en-GB.mod_footer.sys.ini
|
||||||
/language/en-GB/en-GB.mod_languages.ini
|
/language/en-GB/en-GB.mod_languages.ini
|
||||||
@ -483,10 +375,6 @@
|
|||||||
/language/en-GB/en-GB.mod_stats.sys.ini
|
/language/en-GB/en-GB.mod_stats.sys.ini
|
||||||
/language/en-GB/en-GB.mod_syndicate.ini
|
/language/en-GB/en-GB.mod_syndicate.ini
|
||||||
/language/en-GB/en-GB.mod_syndicate.sys.ini
|
/language/en-GB/en-GB.mod_syndicate.sys.ini
|
||||||
/language/en-GB/en-GB.mod_tags_popular.ini
|
|
||||||
/language/en-GB/en-GB.mod_tags_popular.sys.ini
|
|
||||||
/language/en-GB/en-GB.mod_tags_similar.ini
|
|
||||||
/language/en-GB/en-GB.mod_tags_similar.sys.ini
|
|
||||||
/language/en-GB/en-GB.mod_users_latest.ini
|
/language/en-GB/en-GB.mod_users_latest.ini
|
||||||
/language/en-GB/en-GB.mod_users_latest.sys.ini
|
/language/en-GB/en-GB.mod_users_latest.sys.ini
|
||||||
/language/en-GB/en-GB.mod_weblinks.ini
|
/language/en-GB/en-GB.mod_weblinks.ini
|
||||||
@ -497,14 +385,10 @@
|
|||||||
/language/en-GB/en-GB.mod_wrapper.sys.ini
|
/language/en-GB/en-GB.mod_wrapper.sys.ini
|
||||||
/language/en-GB/en-GB.tpl_atomic.ini
|
/language/en-GB/en-GB.tpl_atomic.ini
|
||||||
/language/en-GB/en-GB.tpl_atomic.sys.ini
|
/language/en-GB/en-GB.tpl_atomic.sys.ini
|
||||||
/language/en-GB/en-GB.tpl_beez3.ini
|
|
||||||
/language/en-GB/en-GB.tpl_beez3.sys.ini
|
|
||||||
/language/en-GB/en-GB.tpl_beez5.ini
|
|
||||||
/language/en-GB/en-GB.tpl_beez5.sys.ini
|
|
||||||
/language/en-GB/en-GB.tpl_beez_20.ini
|
/language/en-GB/en-GB.tpl_beez_20.ini
|
||||||
/language/en-GB/en-GB.tpl_beez_20.sys.ini
|
/language/en-GB/en-GB.tpl_beez_20.sys.ini
|
||||||
/language/en-GB/en-GB.tpl_protostar.ini
|
/language/en-GB/en-GB.tpl_beez5.ini
|
||||||
/language/en-GB/en-GB.tpl_protostar.sys.ini
|
/language/en-GB/en-GB.tpl_beez5.sys.ini
|
||||||
/language/en-GB/en-GB.xml
|
/language/en-GB/en-GB.xml
|
||||||
/language/en-GB/install.xml
|
/language/en-GB/install.xml
|
||||||
/language/overrides/*
|
/language/overrides/*
|
||||||
@ -513,6 +397,7 @@
|
|||||||
/layouts/libraries/*
|
/layouts/libraries/*
|
||||||
/layouts/plugins/*
|
/layouts/plugins/*
|
||||||
/layouts/index.html
|
/layouts/index.html
|
||||||
|
/libraries/cms.php
|
||||||
/libraries/cms/*
|
/libraries/cms/*
|
||||||
/libraries/fof/*
|
/libraries/fof/*
|
||||||
/libraries/idna_convert/*
|
/libraries/idna_convert/*
|
||||||
@ -523,24 +408,16 @@
|
|||||||
/libraries/phpmailer/*
|
/libraries/phpmailer/*
|
||||||
/libraries/phputf8/*
|
/libraries/phputf8/*
|
||||||
/libraries/simplepie/*
|
/libraries/simplepie/*
|
||||||
/libraries/src/*
|
|
||||||
/libraries/vendor/*
|
/libraries/vendor/*
|
||||||
/libraries/classmap.php
|
/libraries/classmap.php
|
||||||
/libraries/cms.php
|
|
||||||
/libraries/import.legacy.php
|
/libraries/import.legacy.php
|
||||||
/libraries/import.php
|
|
||||||
/libraries/index.html
|
/libraries/index.html
|
||||||
|
/libraries/import.php
|
||||||
/libraries/loader.php
|
/libraries/loader.php
|
||||||
/media/cms/*
|
/media/cms/*
|
||||||
/media/com_associations/*
|
|
||||||
/media/com_contact/*
|
|
||||||
/media/com_content/*
|
|
||||||
/media/com_contenthistory/*
|
/media/com_contenthistory/*
|
||||||
/media/com_fields/*
|
|
||||||
/media/com_finder/*
|
/media/com_finder/*
|
||||||
/media/com_joomlaupdate/*
|
/media/com_joomlaupdate/*
|
||||||
/media/com_menus/*
|
|
||||||
/media/com_modules/*
|
|
||||||
/media/com_wrapper/*
|
/media/com_wrapper/*
|
||||||
/media/contacts/*
|
/media/contacts/*
|
||||||
/media/editors/*
|
/media/editors/*
|
||||||
@ -548,16 +425,12 @@
|
|||||||
/media/mailto/*
|
/media/mailto/*
|
||||||
/media/media/*
|
/media/media/*
|
||||||
/media/mod_languages/*
|
/media/mod_languages/*
|
||||||
/media/mod_sampledata/*
|
|
||||||
/media/overrider/*
|
/media/overrider/*
|
||||||
/media/plg_captcha_recaptcha/*
|
/media/plg_captcha_recaptcha/*
|
||||||
/media/plg_captcha_recaptcha_invisible/*
|
|
||||||
/media/plg_quickicon_extensionupdate/*
|
/media/plg_quickicon_extensionupdate/*
|
||||||
/media/plg_quickicon_joomlaupdate/*
|
/media/plg_quickicon_joomlaupdate/*
|
||||||
/media/plg_quickicon_privacycheck/*
|
|
||||||
/media/plg_system_highlight/*
|
/media/plg_system_highlight/*
|
||||||
/media/plg_system_stats/*
|
/media/plg_system_stats/*
|
||||||
/media/plg_twofactorauth_totp/*
|
|
||||||
/media/system/*
|
/media/system/*
|
||||||
/media/index.html
|
/media/index.html
|
||||||
/modules/mod_articles_archive/*
|
/modules/mod_articles_archive/*
|
||||||
@ -586,19 +459,14 @@
|
|||||||
/modules/mod_whosonline/*
|
/modules/mod_whosonline/*
|
||||||
/modules/mod_wrapper/*
|
/modules/mod_wrapper/*
|
||||||
/modules/index.html
|
/modules/index.html
|
||||||
/plugins/actionlog/joomla/*
|
|
||||||
/plugins/authentication/cookie/*
|
|
||||||
/plugins/authentication/example/*
|
/plugins/authentication/example/*
|
||||||
/plugins/authentication/gmail/*
|
/plugins/authentication/gmail/*
|
||||||
/plugins/authentication/joomla/*
|
/plugins/authentication/joomla/*
|
||||||
/plugins/authentication/ldap/*
|
/plugins/authentication/ldap/*
|
||||||
|
/plugins/authentication/cookie/*
|
||||||
/plugins/captcha/recaptcha/*
|
/plugins/captcha/recaptcha/*
|
||||||
/plugins/captcha/recaptcha_invisible/*
|
|
||||||
/plugins/content/confirmconsent/*
|
|
||||||
/plugins/content/contact/*
|
|
||||||
/plugins/content/emailcloak/*
|
/plugins/content/emailcloak/*
|
||||||
/plugins/content/example/*
|
/plugins/content/example/*
|
||||||
/plugins/content/fields/*
|
|
||||||
/plugins/content/finder/*
|
/plugins/content/finder/*
|
||||||
/plugins/content/geshi/*
|
/plugins/content/geshi/*
|
||||||
/plugins/content/joomla/*
|
/plugins/content/joomla/*
|
||||||
@ -606,88 +474,52 @@
|
|||||||
/plugins/content/pagebreak/*
|
/plugins/content/pagebreak/*
|
||||||
/plugins/content/pagenavigation/*
|
/plugins/content/pagenavigation/*
|
||||||
/plugins/content/vote/*
|
/plugins/content/vote/*
|
||||||
|
/plugins/content/contact/*
|
||||||
/plugins/editors/codemirror/*
|
/plugins/editors/codemirror/*
|
||||||
/plugins/editors/none/*
|
/plugins/editors/none/*
|
||||||
/plugins/editors/tinymce/*
|
/plugins/editors/tinymce/*
|
||||||
/plugins/editors-xtd/article/*
|
|
||||||
/plugins/editors-xtd/contact/*
|
|
||||||
/plugins/editors-xtd/fields/*
|
|
||||||
/plugins/editors-xtd/image/*
|
|
||||||
/plugins/editors-xtd/menu/*
|
|
||||||
/plugins/editors-xtd/module/*
|
/plugins/editors-xtd/module/*
|
||||||
|
/plugins/editors-xtd/article/*
|
||||||
|
/plugins/editors-xtd/image/*
|
||||||
/plugins/editors-xtd/pagebreak/*
|
/plugins/editors-xtd/pagebreak/*
|
||||||
/plugins/editors-xtd/readmore/*
|
/plugins/editors-xtd/readmore/*
|
||||||
/plugins/extension/example/*
|
/plugins/extension/example/*
|
||||||
/plugins/extension/joomla/*
|
/plugins/extension/joomla/*
|
||||||
/plugins/fields/calendar/*
|
|
||||||
/plugins/fields/checkboxes/*
|
|
||||||
/plugins/fields/color/*
|
|
||||||
/plugins/fields/editor/*
|
|
||||||
/plugins/fields/imagelist/*
|
|
||||||
/plugins/fields/integer/*
|
|
||||||
/plugins/fields/list/*
|
|
||||||
/plugins/fields/media/*
|
|
||||||
/plugins/fields/radio/*
|
|
||||||
/plugins/fields/repeatable/*
|
|
||||||
/plugins/fields/sql/*
|
|
||||||
/plugins/fields/text/*
|
|
||||||
/plugins/fields/textarea/*
|
|
||||||
/plugins/fields/url/*
|
|
||||||
/plugins/fields/user/*
|
|
||||||
/plugins/fields/usergrouplist/*
|
|
||||||
/plugins/finder/categories/*
|
/plugins/finder/categories/*
|
||||||
/plugins/finder/contacts/*
|
/plugins/finder/contacts/*
|
||||||
/plugins/finder/content/*
|
/plugins/finder/content/*
|
||||||
/plugins/finder/newsfeeds/*
|
/plugins/finder/newsfeeds/*
|
||||||
/plugins/finder/tags/*
|
/plugins/finder/tags/*
|
||||||
/plugins/installer/folderinstaller/*
|
/plugins/installer/*
|
||||||
/plugins/installer/packageinstaller/*
|
|
||||||
/plugins/installer/urlinstaller/*
|
|
||||||
/plugins/privacy/actionlogs/*
|
|
||||||
/plugins/privacy/consents/*
|
|
||||||
/plugins/privacy/contact/*
|
|
||||||
/plugins/privacy/content/*
|
|
||||||
/plugins/privacy/message/*
|
|
||||||
/plugins/privacy/user/*
|
|
||||||
/plugins/quickicon/extensionupdate/*
|
/plugins/quickicon/extensionupdate/*
|
||||||
/plugins/quickicon/joomlaupdate/*
|
/plugins/quickicon/joomlaupdate/*
|
||||||
/plugins/quickicon/phpversioncheck/*
|
|
||||||
/plugins/quickicon/privacycheck/*
|
|
||||||
/plugins/quickicon/index.html
|
/plugins/quickicon/index.html
|
||||||
/plugins/sampledata/blog/*
|
|
||||||
/plugins/search/categories/*
|
/plugins/search/categories/*
|
||||||
/plugins/search/contacts/*
|
/plugins/search/contacts/*
|
||||||
/plugins/search/content/*
|
/plugins/search/content/*
|
||||||
/plugins/search/newsfeeds/*
|
/plugins/search/newsfeeds/*
|
||||||
/plugins/search/tags/*
|
|
||||||
/plugins/search/weblinks/*
|
/plugins/search/weblinks/*
|
||||||
|
/plugins/search/tags/*
|
||||||
/plugins/search/index.html
|
/plugins/search/index.html
|
||||||
/plugins/system/actionlogs/*
|
|
||||||
/plugins/system/cache/*
|
/plugins/system/cache/*
|
||||||
/plugins/system/debug/*
|
/plugins/system/debug/*
|
||||||
/plugins/system/fields/*
|
|
||||||
/plugins/system/highlight/*
|
/plugins/system/highlight/*
|
||||||
/plugins/system/languagecode/*
|
/plugins/system/languagecode/*
|
||||||
/plugins/system/languagefilter/*
|
/plugins/system/languagefilter/*
|
||||||
/plugins/system/log/*
|
/plugins/system/log/*
|
||||||
/plugins/system/logout/*
|
/plugins/system/logout/*
|
||||||
/plugins/system/logrotation/*
|
|
||||||
/plugins/system/p3p/*
|
/plugins/system/p3p/*
|
||||||
/plugins/system/privacyconsent/*
|
|
||||||
/plugins/system/redirect/*
|
/plugins/system/redirect/*
|
||||||
/plugins/system/remember/*
|
/plugins/system/remember/*
|
||||||
/plugins/system/sef/*
|
/plugins/system/sef/*
|
||||||
/plugins/system/sessiongc/*
|
|
||||||
/plugins/system/stats/*
|
/plugins/system/stats/*
|
||||||
/plugins/system/updatenotification/*
|
/plugins/system/updatenotification/*
|
||||||
/plugins/system/index.html
|
/plugins/system/index.html
|
||||||
/plugins/twofactorauth/totp/*
|
/plugins/twofactorauth/*
|
||||||
/plugins/twofactorauth/yubikey/*
|
|
||||||
/plugins/user/contactcreator/*
|
/plugins/user/contactcreator/*
|
||||||
/plugins/user/example/*
|
/plugins/user/example/*
|
||||||
/plugins/user/joomla/*
|
/plugins/user/joomla/*
|
||||||
/plugins/user/profile/*
|
/plugins/user/profile/*
|
||||||
/plugins/user/terms/*
|
|
||||||
/plugins/user/index.html
|
/plugins/user/index.html
|
||||||
/plugins/index.html
|
/plugins/index.html
|
||||||
/templates/beez3/*
|
/templates/beez3/*
|
||||||
@ -696,10 +528,7 @@
|
|||||||
/templates/index.html
|
/templates/index.html
|
||||||
/tmp/*
|
/tmp/*
|
||||||
/configuration.php
|
/configuration.php
|
||||||
/htaccess.txt
|
|
||||||
/index.php
|
/index.php
|
||||||
/joomla.xml
|
/joomla.xml
|
||||||
/LICENSE.txt
|
/*.txt
|
||||||
/README.txt
|
|
||||||
/robots.txt.dist
|
/robots.txt.dist
|
||||||
/web.config.txt
|
|
||||||
|
|||||||
@ -1,28 +1,4 @@
|
|||||||
# Files generated by invoking Julia with --code-coverage
|
|
||||||
*.jl.cov
|
*.jl.cov
|
||||||
*.jl.*.cov
|
*.jl.*.cov
|
||||||
|
|
||||||
# Files generated by invoking Julia with --track-allocation
|
|
||||||
*.jl.mem
|
*.jl.mem
|
||||||
|
|
||||||
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
|
|
||||||
# They contain absolute paths specific to the host computer, and so should not be committed
|
|
||||||
deps/deps.jl
|
deps/deps.jl
|
||||||
deps/build.log
|
|
||||||
deps/downloads/
|
|
||||||
deps/usr/
|
|
||||||
deps/src/
|
|
||||||
|
|
||||||
# Build artifacts for creating documentation generated by the Documenter package
|
|
||||||
docs/build/
|
|
||||||
docs/site/
|
|
||||||
|
|
||||||
# File generated by Pkg, the package manager, based on a corresponding Project.toml
|
|
||||||
# It records a fixed state of all packages used by the project. As such, it should not be
|
|
||||||
# committed for packages, but should be committed for applications that require a static
|
|
||||||
# environment.
|
|
||||||
Manifest*.toml
|
|
||||||
|
|
||||||
# File generated by the Preferences package to store local preferences
|
|
||||||
LocalPreferences.toml
|
|
||||||
JuliaLocalPreferences.toml
|
|
||||||
|
|||||||
@ -1,40 +0,0 @@
|
|||||||
# Katalon Test Suite
|
|
||||||
# Compiled class file
|
|
||||||
*.class
|
|
||||||
*.swp
|
|
||||||
output
|
|
||||||
!output/.gitkeep
|
|
||||||
build
|
|
||||||
|
|
||||||
Libs/TempTestCase*
|
|
||||||
Libs/TempTestSuite*
|
|
||||||
bin/lib/TempTestCase*
|
|
||||||
Reports/
|
|
||||||
\.classpath
|
|
||||||
\.project
|
|
||||||
\.settings/
|
|
||||||
bin/lib/
|
|
||||||
Libs/
|
|
||||||
.svn/
|
|
||||||
.gradle
|
|
||||||
|
|
||||||
|
|
||||||
# Log file
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# BlueJ files
|
|
||||||
*.ctxt
|
|
||||||
|
|
||||||
# Mobile Tools for Java (J2ME)
|
|
||||||
.mtj.tmp/
|
|
||||||
|
|
||||||
# Package Files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
*.ear
|
|
||||||
*.zip
|
|
||||||
*.tar.gz
|
|
||||||
*.rar
|
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
||||||
hs_err_pid*
|
|
||||||
@ -1,26 +1,17 @@
|
|||||||
# For PCBs designed using KiCad: https://www.kicad.org/
|
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
||||||
# Format documentation: https://kicad.org/help/file-formats/
|
# Format documentation: http://kicad-pcb.org/help/file-formats/
|
||||||
|
|
||||||
# Temporary files
|
# Temporary files
|
||||||
*.000
|
*.000
|
||||||
*.bak
|
*.bak
|
||||||
*.bck
|
*.bck
|
||||||
*.kicad_pcb-bak
|
*.kicad_pcb-bak
|
||||||
*.kicad_sch-bak
|
|
||||||
*-backups
|
|
||||||
*-cache*
|
|
||||||
*-bak
|
|
||||||
*-bak*
|
|
||||||
*~
|
*~
|
||||||
~*
|
|
||||||
_autosave-*
|
_autosave-*
|
||||||
\#auto_saved_files\#
|
|
||||||
*.tmp
|
*.tmp
|
||||||
|
*-rescue.lib
|
||||||
*-save.pro
|
*-save.pro
|
||||||
*-save.kicad_pcb
|
*-save.kicad_pcb
|
||||||
fp-info-cache
|
|
||||||
~*.lck
|
|
||||||
\#auto_saved_files#
|
|
||||||
|
|
||||||
# Netlist files (exported from Eeschema)
|
# Netlist files (exported from Eeschema)
|
||||||
*.net
|
*.net
|
||||||
@ -32,12 +23,3 @@ fp-info-cache
|
|||||||
# Exported BOM files
|
# Exported BOM files
|
||||||
*.xml
|
*.xml
|
||||||
*.csv
|
*.csv
|
||||||
|
|
||||||
# Archived Backups (KiCad 6.0)
|
|
||||||
**/*-backups/*.zip
|
|
||||||
|
|
||||||
# Local git-based history (KiCad 9.0+)
|
|
||||||
.history
|
|
||||||
|
|
||||||
# Local project settings
|
|
||||||
*.kicad_prl
|
|
||||||
|
|||||||
@ -1,27 +0,0 @@
|
|||||||
# Compiled class file
|
|
||||||
*.class
|
|
||||||
|
|
||||||
# Log file
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# BlueJ files
|
|
||||||
*.ctxt
|
|
||||||
|
|
||||||
# Mobile Tools for Java (J2ME)
|
|
||||||
.mtj.tmp/
|
|
||||||
|
|
||||||
# Package Files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
*.nar
|
|
||||||
*.ear
|
|
||||||
*.zip
|
|
||||||
*.tar.gz
|
|
||||||
*.rar
|
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
||||||
hs_err_pid*
|
|
||||||
replay_pid*
|
|
||||||
|
|
||||||
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
|
|
||||||
.kotlin/
|
|
||||||
1
Kotlin.gitignore
Symbolic link
1
Kotlin.gitignore
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
Java.gitignore
|
||||||
@ -1,6 +0,0 @@
|
|||||||
# gitignore template for LangChain products, e.g., LangGraph, LangSmith
|
|
||||||
# website: https://www.langchain.com/
|
|
||||||
# website: https://www.langchain.com/langgraph
|
|
||||||
|
|
||||||
# LangGraph
|
|
||||||
.langgraph_api/
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
/vendor/
|
vendor/
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
@ -10,21 +10,8 @@ app/storage/
|
|||||||
# Laravel 5 & Lumen specific
|
# Laravel 5 & Lumen specific
|
||||||
public/storage
|
public/storage
|
||||||
public/hot
|
public/hot
|
||||||
|
|
||||||
# Laravel 5 & Lumen specific with changed public path
|
|
||||||
public_html/storage
|
|
||||||
public_html/hot
|
|
||||||
|
|
||||||
storage/*.key
|
storage/*.key
|
||||||
.env
|
.env
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
Homestead.json
|
Homestead.json
|
||||||
/.vagrant
|
/.vagrant
|
||||||
.phpunit.result.cache
|
|
||||||
|
|
||||||
/public/build
|
|
||||||
/storage/pail
|
|
||||||
.env.backup
|
|
||||||
.env.production
|
|
||||||
.phpactor.json
|
|
||||||
auth.json
|
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
# cache and other artifacts produced by Lean's Lake build tool
|
|
||||||
.lake/
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
# A fast, small, safe, gradually typed embeddable scripting language derived from Lua
|
|
||||||
#
|
|
||||||
# https://github.com/luau-lang/luau
|
|
||||||
# https://luau.org/
|
|
||||||
|
|
||||||
# Code coverage
|
|
||||||
coverage.out
|
|
||||||
|
|
||||||
# Profiling
|
|
||||||
profile.out
|
|
||||||
profile.svg
|
|
||||||
|
|
||||||
# Time trace
|
|
||||||
trace.json
|
|
||||||
@ -2,8 +2,6 @@
|
|||||||
# Magento Default Files #
|
# Magento Default Files #
|
||||||
#--------------------------#
|
#--------------------------#
|
||||||
|
|
||||||
/PATCH_*.sh
|
|
||||||
|
|
||||||
/app/etc/local.xml
|
/app/etc/local.xml
|
||||||
|
|
||||||
/media/*
|
/media/*
|
||||||
|
|||||||
@ -7,11 +7,4 @@ release.properties
|
|||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
buildNumber.properties
|
buildNumber.properties
|
||||||
.mvn/timing.properties
|
.mvn/timing.properties
|
||||||
# https://maven.apache.org/tools/wrapper/#Usage_with_or_without_Binary_JAR
|
|
||||||
.mvn/wrapper/maven-wrapper.jar
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
|
|
||||||
# Eclipse m2e generated files
|
|
||||||
# Eclipse Core
|
|
||||||
.project
|
|
||||||
# JDT-specific (Eclipse Java Development Tools)
|
|
||||||
.classpath
|
|
||||||
|
|||||||
@ -1,42 +0,0 @@
|
|||||||
# Modelica - an object-oriented language for modeling of cyber-physical systems
|
|
||||||
# https://modelica.org/
|
|
||||||
# Ignore temporary files, build results, simulation files
|
|
||||||
|
|
||||||
## Modelica-specific files
|
|
||||||
*~
|
|
||||||
*.bak
|
|
||||||
*.bak-mo
|
|
||||||
*.mof
|
|
||||||
\#*\#
|
|
||||||
*.moe
|
|
||||||
*.mol
|
|
||||||
|
|
||||||
## Build artefacts
|
|
||||||
*.exe
|
|
||||||
*.exp
|
|
||||||
*.o
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
## Simulation files
|
|
||||||
*.mat
|
|
||||||
|
|
||||||
## Package files
|
|
||||||
*.gz
|
|
||||||
*.rar
|
|
||||||
*.tar
|
|
||||||
*.zip
|
|
||||||
|
|
||||||
## Dymola-specific files
|
|
||||||
buildlog.txt
|
|
||||||
dsfinal.txt
|
|
||||||
dsin.txt
|
|
||||||
dslog.txt
|
|
||||||
dsmodel*
|
|
||||||
dsres.txt
|
|
||||||
dymosim*
|
|
||||||
request
|
|
||||||
stat
|
|
||||||
status
|
|
||||||
stop
|
|
||||||
success
|
|
||||||
*.
|
|
||||||
@ -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
|
|
||||||
@ -1,36 +0,0 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
||||||
|
|
||||||
# dependencies
|
|
||||||
/node_modules
|
|
||||||
/.pnp
|
|
||||||
.pnp.js
|
|
||||||
|
|
||||||
# testing
|
|
||||||
/coverage
|
|
||||||
|
|
||||||
# next.js
|
|
||||||
/.next/
|
|
||||||
/out/
|
|
||||||
|
|
||||||
# production
|
|
||||||
/build
|
|
||||||
|
|
||||||
# misc
|
|
||||||
.DS_Store
|
|
||||||
*.pem
|
|
||||||
|
|
||||||
# debug
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env*.local
|
|
||||||
.env
|
|
||||||
|
|
||||||
# vercel
|
|
||||||
.vercel
|
|
||||||
|
|
||||||
# typescript
|
|
||||||
*.tsbuildinfo
|
|
||||||
next-env.d.ts
|
|
||||||
@ -1,3 +1 @@
|
|||||||
nimcache/
|
nimcache/
|
||||||
nimblecache/
|
|
||||||
htmldocs/
|
|
||||||
|
|||||||
@ -1,9 +0,0 @@
|
|||||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
|
||||||
result
|
|
||||||
result-*
|
|
||||||
|
|
||||||
# Ignore automatically generated direnv output
|
|
||||||
.direnv
|
|
||||||
|
|
||||||
# Ignore NixOS interactive test driver history
|
|
||||||
**/.nixos-test-history
|
|
||||||
@ -4,10 +4,6 @@ logs
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
lerna-debug.log*
|
|
||||||
|
|
||||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
||||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
||||||
|
|
||||||
# Runtime data
|
# Runtime data
|
||||||
pids
|
pids
|
||||||
@ -20,7 +16,6 @@ lib-cov
|
|||||||
|
|
||||||
# Coverage directory used by tools like istanbul
|
# Coverage directory used by tools like istanbul
|
||||||
coverage
|
coverage
|
||||||
*.lcov
|
|
||||||
|
|
||||||
# nyc test coverage
|
# nyc test coverage
|
||||||
.nyc_output
|
.nyc_output
|
||||||
@ -41,11 +36,8 @@ build/Release
|
|||||||
node_modules/
|
node_modules/
|
||||||
jspm_packages/
|
jspm_packages/
|
||||||
|
|
||||||
# Snowpack dependency directory (https://snowpack.dev/)
|
# TypeScript v1 declaration files
|
||||||
web_modules/
|
typings/
|
||||||
|
|
||||||
# TypeScript cache
|
|
||||||
*.tsbuildinfo
|
|
||||||
|
|
||||||
# Optional npm cache directory
|
# Optional npm cache directory
|
||||||
.npm
|
.npm
|
||||||
@ -53,9 +45,6 @@ web_modules/
|
|||||||
# Optional eslint cache
|
# Optional eslint cache
|
||||||
.eslintcache
|
.eslintcache
|
||||||
|
|
||||||
# Optional stylelint cache
|
|
||||||
.stylelintcache
|
|
||||||
|
|
||||||
# Optional REPL history
|
# Optional REPL history
|
||||||
.node_repl_history
|
.node_repl_history
|
||||||
|
|
||||||
@ -65,79 +54,20 @@ web_modules/
|
|||||||
# Yarn Integrity file
|
# Yarn Integrity file
|
||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
|
||||||
# dotenv environment variable files
|
# dotenv environment variables file
|
||||||
.env
|
.env
|
||||||
.env.*
|
|
||||||
!.env.example
|
|
||||||
|
|
||||||
# parcel-bundler cache (https://parceljs.org/)
|
# parcel-bundler cache (https://parceljs.org/)
|
||||||
.cache
|
.cache
|
||||||
.parcel-cache
|
|
||||||
|
|
||||||
# Next.js build output
|
# next.js build output
|
||||||
.next
|
.next
|
||||||
out
|
|
||||||
|
|
||||||
# Nuxt.js build / generate output
|
# nuxt.js build output
|
||||||
.nuxt
|
.nuxt
|
||||||
dist
|
|
||||||
.output
|
|
||||||
|
|
||||||
# Gatsby files
|
|
||||||
.cache/
|
|
||||||
# Comment in the public line in if your project uses Gatsby and not Next.js
|
|
||||||
# https://nextjs.org/blog/next-9-1#public-directory-support
|
|
||||||
# public
|
|
||||||
|
|
||||||
# vuepress build output
|
# vuepress build output
|
||||||
.vuepress/dist
|
.vuepress/dist
|
||||||
|
|
||||||
# vuepress v2.x temp directory
|
|
||||||
.temp
|
|
||||||
|
|
||||||
# Sveltekit cache directory
|
|
||||||
.svelte-kit/
|
|
||||||
|
|
||||||
# vitepress build output
|
|
||||||
**/.vitepress/dist
|
|
||||||
|
|
||||||
# vitepress cache directory
|
|
||||||
**/.vitepress/cache
|
|
||||||
|
|
||||||
# Docusaurus cache and generated files
|
|
||||||
.docusaurus
|
|
||||||
|
|
||||||
# Serverless directories
|
# Serverless directories
|
||||||
.serverless/
|
.serverless
|
||||||
|
|
||||||
# FuseBox cache
|
|
||||||
.fusebox/
|
|
||||||
|
|
||||||
# DynamoDB Local files
|
|
||||||
.dynamodb/
|
|
||||||
|
|
||||||
# Firebase cache directory
|
|
||||||
.firebase/
|
|
||||||
|
|
||||||
# TernJS port file
|
|
||||||
.tern-port
|
|
||||||
|
|
||||||
# Stores VSCode versions used for testing VSCode extensions
|
|
||||||
.vscode-test
|
|
||||||
|
|
||||||
# pnpm
|
|
||||||
.pnpm-store
|
|
||||||
|
|
||||||
# yarn v3
|
|
||||||
.pnp.*
|
|
||||||
.yarn/*
|
|
||||||
!.yarn/patches
|
|
||||||
!.yarn/plugins
|
|
||||||
!.yarn/releases
|
|
||||||
!.yarn/sdks
|
|
||||||
!.yarn/versions
|
|
||||||
|
|
||||||
# Vite files
|
|
||||||
vite.config.js.timestamp-*
|
|
||||||
vite.config.ts.timestamp-*
|
|
||||||
.vite/
|
|
||||||
|
|||||||
@ -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
|
||||||
@ -28,9 +21,3 @@ setup.log
|
|||||||
|
|
||||||
# Merlin configuring file for Vim and Emacs
|
# Merlin configuring file for Vim and Emacs
|
||||||
.merlin
|
.merlin
|
||||||
|
|
||||||
# Dune generated files
|
|
||||||
*.install
|
|
||||||
|
|
||||||
# Local OPAM switch
|
|
||||||
_opam/
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user