mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
Merge remote-tracking branch 'upstream/master'
# Conflicts: # Umbraco.gitignore
This commit is contained in:
commit
648f778196
@ -4,7 +4,7 @@ sudo: false
|
|||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ruby -e "puts 'Hello world!'"
|
- ruby -e "puts 'Hello world!'"
|
||||||
|
@ -1 +1,2 @@
|
|||||||
*.agdai
|
*.agdai
|
||||||
|
MAlonzo/**
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Built application files
|
# Built application files
|
||||||
*.apk
|
*.apk
|
||||||
|
*.aar
|
||||||
*.ap_
|
*.ap_
|
||||||
*.aab
|
*.aab
|
||||||
|
|
||||||
@ -13,6 +14,8 @@
|
|||||||
bin/
|
bin/
|
||||||
gen/
|
gen/
|
||||||
out/
|
out/
|
||||||
|
# Uncomment the following line in case you need and you don't have the release build type files in your app
|
||||||
|
# release/
|
||||||
|
|
||||||
# Gradle files
|
# Gradle files
|
||||||
.gradle/
|
.gradle/
|
||||||
@ -41,10 +44,12 @@ captures/
|
|||||||
.idea/assetWizardSettings.xml
|
.idea/assetWizardSettings.xml
|
||||||
.idea/dictionaries
|
.idea/dictionaries
|
||||||
.idea/libraries
|
.idea/libraries
|
||||||
.idea/caches
|
.idea/jarRepositories.xml
|
||||||
# Android Studio 3 in .gitignore file.
|
# Android Studio 3 in .gitignore file.
|
||||||
.idea/caches/build_file_checksums.ser
|
.idea/caches
|
||||||
.idea/modules.xml
|
.idea/modules.xml
|
||||||
|
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
|
||||||
|
.idea/navEditor.xml
|
||||||
|
|
||||||
# Keystore files
|
# Keystore files
|
||||||
# Uncomment the following lines if you do not want to check your keystore files in.
|
# Uncomment the following lines if you do not want to check your keystore files in.
|
||||||
@ -53,6 +58,7 @@ captures/
|
|||||||
|
|
||||||
# External native build folder generated in Android Studio 2.2 and later
|
# External native build folder generated in Android Studio 2.2 and later
|
||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
|
.cxx/
|
||||||
|
|
||||||
# Google Services (e.g. APIs or Firebase)
|
# Google Services (e.g. APIs or Firebase)
|
||||||
# google-services.json
|
# google-services.json
|
||||||
@ -78,3 +84,6 @@ lint/generated/
|
|||||||
lint/outputs/
|
lint/outputs/
|
||||||
lint/tmp/
|
lint/tmp/
|
||||||
# lint/reports/
|
# lint/reports/
|
||||||
|
|
||||||
|
# Android Profiling
|
||||||
|
*.hprof
|
||||||
|
@ -6,6 +6,8 @@ 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
|
||||||
|
|
||||||
@ -14,6 +16,7 @@ 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
|
||||||
@ -41,3 +44,9 @@ 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,4 +1,21 @@
|
|||||||
|
# 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,4 +1,5 @@
|
|||||||
.*.aux
|
.*.aux
|
||||||
|
.*.d
|
||||||
*.a
|
*.a
|
||||||
*.cma
|
*.cma
|
||||||
*.cmi
|
*.cmi
|
||||||
@ -9,6 +10,7 @@
|
|||||||
*.glob
|
*.glob
|
||||||
*.ml.d
|
*.ml.d
|
||||||
*.ml4.d
|
*.ml4.d
|
||||||
|
*.mlg.d
|
||||||
*.mli.d
|
*.mli.d
|
||||||
*.mllib.d
|
*.mllib.d
|
||||||
*.mlpack.d
|
*.mlpack.d
|
||||||
@ -17,7 +19,9 @@
|
|||||||
*.v.d
|
*.v.d
|
||||||
*.vio
|
*.vio
|
||||||
*.vo
|
*.vo
|
||||||
.coq-native/
|
*.vok
|
||||||
|
*.vos
|
||||||
|
.coq-native
|
||||||
.csdp.cache
|
.csdp.cache
|
||||||
.lia.cache
|
.lia.cache
|
||||||
.nia.cache
|
.nia.cache
|
||||||
@ -28,3 +32,14 @@ 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,6 +11,9 @@ 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
|
||||||
*.info.json # Produced by the --dump-info flag.
|
*.info.json # Produced by the --dump-info flag.
|
||||||
@ -19,3 +22,6 @@ doc/api/
|
|||||||
*.js_
|
*.js_
|
||||||
*.js.deps
|
*.js.deps
|
||||||
*.js.map
|
*.js.map
|
||||||
|
|
||||||
|
.flutter-plugins
|
||||||
|
.flutter-plugins-dependencies
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# gitignore template for Drupal 8 projects
|
# gitignore template for Drupal 8 projects
|
||||||
#
|
#
|
||||||
# earlier versions of Drupal are tracked in `community/Python/`
|
# earlier versions of Drupal are tracked in `community/PHP/`
|
||||||
|
|
||||||
# Ignore configuration files that may contain sensitive information
|
# Ignore configuration files that may contain sensitive information
|
||||||
/sites/*/*settings*.php
|
/sites/*/*settings*.php
|
||||||
@ -18,27 +18,30 @@
|
|||||||
/sites/*/tmp
|
/sites/*/tmp
|
||||||
/sites/*/cache
|
/sites/*/cache
|
||||||
|
|
||||||
|
# Ignore testing related files
|
||||||
|
/sites/simpletest
|
||||||
|
|
||||||
# Ignore drupal core (if not versioning drupal sources)
|
# Ignore drupal core (if not versioning drupal sources)
|
||||||
/core
|
/core
|
||||||
|
/vendor
|
||||||
/modules/README.txt
|
/modules/README.txt
|
||||||
/profiles/README.txt
|
/profiles/README.txt
|
||||||
|
/themes/README.txt
|
||||||
/sites/README.txt
|
/sites/README.txt
|
||||||
/sites/example.sites.php
|
/sites/example.sites.php
|
||||||
/sites/example.settings.local.php
|
/sites/example.settings.local.php
|
||||||
/sites/development.services.yml
|
/sites/development.services.yml
|
||||||
/themes/README.txt
|
|
||||||
/vendor
|
|
||||||
/.csslintrc
|
/.csslintrc
|
||||||
/.editorconfig
|
/.editorconfig
|
||||||
/.eslintignore
|
/.eslintignore
|
||||||
/.eslintrc.json
|
/.eslintrc.json
|
||||||
/.gitattributes
|
/.gitattributes
|
||||||
|
/.ht.router.php
|
||||||
/.htaccess
|
/.htaccess
|
||||||
/autoload.php
|
/autoload.php
|
||||||
/composer.json
|
|
||||||
/composer.lock
|
|
||||||
/example.gitignore
|
/example.gitignore
|
||||||
/index.php
|
/index.php
|
||||||
|
/INSTALL.txt
|
||||||
/LICENSE.txt
|
/LICENSE.txt
|
||||||
/README.txt
|
/README.txt
|
||||||
/robots.txt
|
/robots.txt
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
.eunit
|
.eunit
|
||||||
deps
|
|
||||||
*.o
|
*.o
|
||||||
*.beam
|
*.beam
|
||||||
*.plt
|
*.plt
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
ebin/*.beam
|
|
||||||
rel/example_project
|
|
||||||
.concrete/DEV_MODE
|
.concrete/DEV_MODE
|
||||||
|
|
||||||
|
# rebar 2.x
|
||||||
.rebar
|
.rebar
|
||||||
|
rel/example_project
|
||||||
|
ebin/*.beam
|
||||||
|
deps
|
||||||
|
|
||||||
|
# rebar 3
|
||||||
|
.rebar3
|
||||||
|
_build/
|
||||||
|
_checkouts/
|
||||||
|
@ -5,12 +5,15 @@
|
|||||||
*.rar
|
*.rar
|
||||||
*.zip
|
*.zip
|
||||||
*.gz
|
*.gz
|
||||||
|
*.gzip
|
||||||
*.tgz
|
*.tgz
|
||||||
*.bzip
|
*.bzip
|
||||||
|
*.bzip2
|
||||||
*.bz2
|
*.bz2
|
||||||
*.xz
|
*.xz
|
||||||
*.lzma
|
*.lzma
|
||||||
*.cab
|
*.cab
|
||||||
|
*.xar
|
||||||
|
|
||||||
# Packing-only formats
|
# Packing-only formats
|
||||||
*.iso
|
*.iso
|
||||||
@ -26,3 +29,4 @@
|
|||||||
*.msi
|
*.msi
|
||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
|
*.txz
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
.metadata
|
.metadata
|
||||||
bin/
|
bin/
|
||||||
tmp/
|
tmp/
|
||||||
@ -49,8 +48,13 @@ local.properties
|
|||||||
|
|
||||||
# Annotation Processing
|
# Annotation Processing
|
||||||
.apt_generated/
|
.apt_generated/
|
||||||
|
.apt_generated_test/
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
|
||||||
# User-specific stuff
|
# User-specific stuff
|
||||||
@ -8,6 +8,9 @@
|
|||||||
.idea/**/dictionaries
|
.idea/**/dictionaries
|
||||||
.idea/**/shelf
|
.idea/**/shelf
|
||||||
|
|
||||||
|
# AWS User-specific
|
||||||
|
.idea/**/aws.xml
|
||||||
|
|
||||||
# Generated files
|
# Generated files
|
||||||
.idea/**/contentModel.xml
|
.idea/**/contentModel.xml
|
||||||
|
|
||||||
@ -28,9 +31,14 @@
|
|||||||
# 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-*/
|
||||||
|
@ -24,5 +24,8 @@ codegen/
|
|||||||
# Simulink autosave extension
|
# Simulink autosave extension
|
||||||
*.autosave
|
*.autosave
|
||||||
|
|
||||||
|
# Simulink cache files
|
||||||
|
*.slxc
|
||||||
|
|
||||||
# Octave session info
|
# Octave session info
|
||||||
octave-workspace
|
octave-workspace
|
||||||
|
5
Global/Metals.gitignore
Normal file
5
Global/Metals.gitignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Generated Metals (Scala Language Server) files
|
||||||
|
# Reference: https://scalameta.org/metals/
|
||||||
|
.metals/
|
||||||
|
.bloop/
|
||||||
|
project/metals.sbt
|
@ -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/articles/ignoring-files/#create-a-global-gitignore>
|
<https://help.github.com/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer>
|
||||||
|
|
||||||
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>
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
# 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
|
||||||
|
@ -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)
|
||||||
# *.logs
|
# *.log
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Swap
|
# Swap
|
||||||
[._]*.s[a-v][a-z]
|
[._]*.s[a-v][a-z]
|
||||||
|
!*.svg # comment out if you don't need vector files
|
||||||
[._]*.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]
|
||||||
@ -7,6 +8,7 @@
|
|||||||
|
|
||||||
# Session
|
# Session
|
||||||
Session.vim
|
Session.vim
|
||||||
|
Sessionx.vim
|
||||||
|
|
||||||
# Temporary
|
# Temporary
|
||||||
.netrwhist
|
.netrwhist
|
||||||
|
@ -3,3 +3,7 @@
|
|||||||
!.vscode/tasks.json
|
!.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# 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
|
||||||
|
|
||||||
|
@ -21,3 +21,6 @@ DerivedData/
|
|||||||
!default.mode2v3
|
!default.mode2v3
|
||||||
*.perspectivev3
|
*.perspectivev3
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
|
|
||||||
|
## Gcc Patch
|
||||||
|
/*.gcno
|
||||||
|
@ -10,3 +10,6 @@
|
|||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
|
# Dependency directories (remove the comment below to include it)
|
||||||
|
# vendor/
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
|
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
export_presets.cfg
|
export_presets.cfg
|
||||||
|
|
||||||
|
# Imported translations (automatically generated from CSV files)
|
||||||
|
*.translation
|
||||||
|
|
||||||
# Mono-specific ignores
|
# Mono-specific ignores
|
||||||
.mono/
|
.mono/
|
||||||
|
data_*/
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.gradle
|
.gradle
|
||||||
/build/
|
**/build/
|
||||||
|
!src/**/build/
|
||||||
|
|
||||||
# Ignore Gradle GUI config
|
# Ignore Gradle GUI config
|
||||||
gradle-app.setting
|
gradle-app.setting
|
||||||
@ -9,6 +10,3 @@ gradle-app.setting
|
|||||||
|
|
||||||
# Cache of project
|
# Cache of project
|
||||||
.gradletasknamecache
|
.gradletasknamecache
|
||||||
|
|
||||||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
|
||||||
# gradle/wrapper/gradle-wrapper.properties
|
|
||||||
|
@ -3,6 +3,7 @@ dist-*
|
|||||||
cabal-dev
|
cabal-dev
|
||||||
*.o
|
*.o
|
||||||
*.hi
|
*.hi
|
||||||
|
*.hie
|
||||||
*.chi
|
*.chi
|
||||||
*.chs.h
|
*.chs.h
|
||||||
*.dyn_o
|
*.dyn_o
|
||||||
|
50
JENKINS_HOME.gitignore
Normal file
50
JENKINS_HOME.gitignore
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# 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.
|
393
Joomla.gitignore
393
Joomla.gitignore
@ -1,21 +1,22 @@
|
|||||||
/.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_tags/*
|
/administrator/components/com_associations/*
|
||||||
/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/*
|
||||||
@ -24,66 +25,24 @@
|
|||||||
/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/language/en-GB/en-GB.com_ajax.ini
|
/administrator/index.php
|
||||||
/administrator/language/en-GB/en-GB.com_ajax.sys.ini
|
/administrator/language/en-GB/en-GB.com_actionlogs.ini
|
||||||
/administrator/language/en-GB/en-GB.com_contenthistory.ini
|
/administrator/language/en-GB/en-GB.com_actionlogs.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.ini
|
||||||
/administrator/language/en-GB/en-GB.com_admin.sys.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.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.com_associations.ini
|
||||||
|
/administrator/language/en-GB/en-GB.com_associations.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
|
||||||
@ -98,12 +57,18 @@
|
|||||||
/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
|
||||||
@ -121,10 +86,16 @@
|
|||||||
/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
|
||||||
@ -142,6 +113,8 @@
|
|||||||
/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
|
||||||
@ -154,8 +127,14 @@
|
|||||||
/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
|
||||||
@ -168,6 +147,10 @@
|
|||||||
/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
|
||||||
@ -178,8 +161,18 @@
|
|||||||
/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
|
||||||
@ -192,24 +185,106 @@
|
|||||||
/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
|
||||||
@ -218,124 +293,155 @@
|
|||||||
/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_log.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_logrotation.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/*
|
/administrator/manifests/files/joomla.xml
|
||||||
|
/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/modules/mod_stats_admin/*
|
|
||||||
/administrator/templates/isis/*
|
|
||||||
/administrator/templates/hathor/*
|
/administrator/templates/hathor/*
|
||||||
|
/administrator/templates/isis/*
|
||||||
/administrator/templates/system/*
|
/administrator/templates/system/*
|
||||||
/administrator/index.php
|
|
||||||
/cache/*
|
|
||||||
/bin/*
|
/bin/*
|
||||||
|
/cache/*
|
||||||
/cli/*
|
/cli/*
|
||||||
/components/com_banners/*
|
|
||||||
/components/com_ajax/*
|
/components/com_ajax/*
|
||||||
|
/components/com_banners/*
|
||||||
/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/joomla*
|
|
||||||
/images/index.html
|
/images/index.html
|
||||||
|
/images/joomla*
|
||||||
/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_finder.ini
|
|
||||||
/language/en-GB/en-GB.com_tags.ini
|
|
||||||
/language/en-GB/en-GB.finder_cli.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.com_content.ini
|
||||||
/language/en-GB/en-GB.lib_idna_convert.sys.ini
|
/language/en-GB/en-GB.com_finder.ini
|
||||||
/language/en-GB/en-GB.com_mailto.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_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.ini
|
||||||
|
/language/en-GB/en-GB.lib_fof.ini
|
||||||
|
/language/en-GB/en-GB.lib_fof.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.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
|
||||||
@ -357,6 +463,8 @@
|
|||||||
/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
|
||||||
@ -375,6 +483,10 @@
|
|||||||
/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
|
||||||
@ -385,10 +497,14 @@
|
|||||||
/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_beez_20.ini
|
/language/en-GB/en-GB.tpl_beez3.ini
|
||||||
/language/en-GB/en-GB.tpl_beez_20.sys.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.ini
|
||||||
/language/en-GB/en-GB.tpl_beez5.sys.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.sys.ini
|
||||||
|
/language/en-GB/en-GB.tpl_protostar.ini
|
||||||
|
/language/en-GB/en-GB.tpl_protostar.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/*
|
||||||
@ -397,7 +513,6 @@
|
|||||||
/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/*
|
||||||
@ -408,16 +523,24 @@
|
|||||||
/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/index.html
|
|
||||||
/libraries/import.php
|
/libraries/import.php
|
||||||
|
/libraries/index.html
|
||||||
/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/*
|
||||||
@ -425,12 +548,16 @@
|
|||||||
/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/*
|
||||||
@ -459,14 +586,19 @@
|
|||||||
/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/*
|
||||||
@ -474,52 +606,88 @@
|
|||||||
/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/module/*
|
|
||||||
/plugins/editors-xtd/article/*
|
/plugins/editors-xtd/article/*
|
||||||
|
/plugins/editors-xtd/contact/*
|
||||||
|
/plugins/editors-xtd/fields/*
|
||||||
/plugins/editors-xtd/image/*
|
/plugins/editors-xtd/image/*
|
||||||
|
/plugins/editors-xtd/menu/*
|
||||||
|
/plugins/editors-xtd/module/*
|
||||||
/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/*
|
/plugins/installer/folderinstaller/*
|
||||||
|
/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/weblinks/*
|
|
||||||
/plugins/search/tags/*
|
/plugins/search/tags/*
|
||||||
|
/plugins/search/weblinks/*
|
||||||
/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/*
|
/plugins/twofactorauth/totp/*
|
||||||
|
/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/*
|
||||||
@ -528,7 +696,10 @@
|
|||||||
/templates/index.html
|
/templates/index.html
|
||||||
/tmp/*
|
/tmp/*
|
||||||
/configuration.php
|
/configuration.php
|
||||||
|
/htaccess.txt
|
||||||
/index.php
|
/index.php
|
||||||
/joomla.xml
|
/joomla.xml
|
||||||
/*.txt
|
/LICENSE.txt
|
||||||
|
/README.txt
|
||||||
/robots.txt.dist
|
/robots.txt.dist
|
||||||
|
/web.config.txt
|
||||||
|
@ -1,4 +1,24 @@
|
|||||||
|
# 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
|
||||||
|
@ -6,12 +6,15 @@
|
|||||||
*.bak
|
*.bak
|
||||||
*.bck
|
*.bck
|
||||||
*.kicad_pcb-bak
|
*.kicad_pcb-bak
|
||||||
|
*.kicad_sch-bak
|
||||||
|
*.kicad_prl
|
||||||
|
*.sch-bak
|
||||||
*~
|
*~
|
||||||
_autosave-*
|
_autosave-*
|
||||||
*.tmp
|
*.tmp
|
||||||
*-rescue.lib
|
|
||||||
*-save.pro
|
*-save.pro
|
||||||
*-save.kicad_pcb
|
*-save.kicad_pcb
|
||||||
|
fp-info-cache
|
||||||
|
|
||||||
# Netlist files (exported from Eeschema)
|
# Netlist files (exported from Eeschema)
|
||||||
*.net
|
*.net
|
||||||
|
@ -10,8 +10,14 @@ 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
|
||||||
|
@ -7,4 +7,5 @@ release.properties
|
|||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
buildNumber.properties
|
buildNumber.properties
|
||||||
.mvn/timing.properties
|
.mvn/timing.properties
|
||||||
|
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
|
||||||
.mvn/wrapper/maven-wrapper.jar
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
|
@ -1 +1,3 @@
|
|||||||
nimcache/
|
nimcache/
|
||||||
|
nimblecache/
|
||||||
|
htmldocs/
|
||||||
|
@ -4,6 +4,11 @@ logs
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
.pnpm-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
|
||||||
@ -16,6 +21,7 @@ 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
|
||||||
@ -36,8 +42,11 @@ build/Release
|
|||||||
node_modules/
|
node_modules/
|
||||||
jspm_packages/
|
jspm_packages/
|
||||||
|
|
||||||
# TypeScript v1 declaration files
|
# Snowpack dependency directory (https://snowpack.dev/)
|
||||||
typings/
|
web_modules/
|
||||||
|
|
||||||
|
# TypeScript cache
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
# Optional npm cache directory
|
# Optional npm cache directory
|
||||||
.npm
|
.npm
|
||||||
@ -45,6 +54,12 @@ typings/
|
|||||||
# Optional eslint cache
|
# Optional eslint cache
|
||||||
.eslintcache
|
.eslintcache
|
||||||
|
|
||||||
|
# Microbundle cache
|
||||||
|
.rpt2_cache/
|
||||||
|
.rts2_cache_cjs/
|
||||||
|
.rts2_cache_es/
|
||||||
|
.rts2_cache_umd/
|
||||||
|
|
||||||
# Optional REPL history
|
# Optional REPL history
|
||||||
.node_repl_history
|
.node_repl_history
|
||||||
|
|
||||||
@ -57,15 +72,25 @@ typings/
|
|||||||
# dotenv environment variables file
|
# dotenv environment variables file
|
||||||
.env
|
.env
|
||||||
.env.test
|
.env.test
|
||||||
|
.env.production
|
||||||
|
|
||||||
# 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 output
|
# Nuxt.js build / generate output
|
||||||
.nuxt
|
.nuxt
|
||||||
|
dist
|
||||||
|
|
||||||
|
# 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
|
||||||
@ -78,3 +103,16 @@ typings/
|
|||||||
|
|
||||||
# DynamoDB Local files
|
# DynamoDB Local files
|
||||||
.dynamodb/
|
.dynamodb/
|
||||||
|
|
||||||
|
# TernJS port file
|
||||||
|
.tern-port
|
||||||
|
|
||||||
|
# Stores VSCode versions used for testing VSCode extensions
|
||||||
|
.vscode-test
|
||||||
|
|
||||||
|
# yarn v2
|
||||||
|
.yarn/cache
|
||||||
|
.yarn/unplugged
|
||||||
|
.yarn/build-state.yml
|
||||||
|
.yarn/install-state.gz
|
||||||
|
.pnp.*
|
||||||
|
@ -21,3 +21,9 @@ 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/
|
||||||
|
@ -2,11 +2,17 @@
|
|||||||
#
|
#
|
||||||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
||||||
|
|
||||||
## Build generated
|
## User settings
|
||||||
|
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/
|
build/
|
||||||
DerivedData/
|
DerivedData/
|
||||||
|
*.moved-aside
|
||||||
## Various settings
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
!default.pbxuser
|
!default.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@ -15,15 +21,11 @@ DerivedData/
|
|||||||
!default.mode2v3
|
!default.mode2v3
|
||||||
*.perspectivev3
|
*.perspectivev3
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
xcuserdata/
|
|
||||||
|
|
||||||
## Other
|
|
||||||
*.moved-aside
|
|
||||||
*.xccheckout
|
|
||||||
*.xcscmblueprint
|
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
|
|
||||||
|
## App packaging
|
||||||
*.ipa
|
*.ipa
|
||||||
*.dSYM.zip
|
*.dSYM.zip
|
||||||
*.dSYM
|
*.dSYM
|
||||||
@ -44,12 +46,12 @@ xcuserdata/
|
|||||||
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
||||||
# Carthage/Checkouts
|
# Carthage/Checkouts
|
||||||
|
|
||||||
Carthage/Build
|
Carthage/Build/
|
||||||
|
|
||||||
# fastlane
|
# fastlane
|
||||||
#
|
#
|
||||||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
# It is recommended to not store the screenshots in the git repo.
|
||||||
# screenshots whenever they are needed.
|
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
|
||||||
# For more information about the recommended setup visit:
|
# For more information about the recommended setup visit:
|
||||||
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Cache objects
|
# Cache objects
|
||||||
packer_cache/
|
packer_cache/
|
||||||
|
|
||||||
|
# Crash log
|
||||||
|
crash.log
|
||||||
|
|
||||||
# For built boxes
|
# For built boxes
|
||||||
*.box
|
*.box
|
||||||
|
@ -1,34 +1,173 @@
|
|||||||
# Private files
|
# Cache, temp and personal files
|
||||||
# The following files contain your database credentials and other personal data.
|
|
||||||
|
|
||||||
config/settings.*.php
|
/.htaccess
|
||||||
|
*.log
|
||||||
|
|
||||||
# Cache, temp and generated files
|
# Cache
|
||||||
# The following files are generated by PrestaShop.
|
|
||||||
|
|
||||||
admin-dev/autoupgrade/
|
|
||||||
/cache/*
|
/cache/*
|
||||||
!/cache/index.php
|
!/cache/.htaccess
|
||||||
!/cache/*/
|
|
||||||
/cache/*/*
|
|
||||||
!/cache/cachefs/index.php
|
!/cache/cachefs/index.php
|
||||||
|
!/cache/deprecated.txt
|
||||||
|
!/cache/index.php
|
||||||
!/cache/purifier/index.php
|
!/cache/purifier/index.php
|
||||||
|
!/cache/push/activity
|
||||||
!/cache/push/index.php
|
!/cache/push/index.php
|
||||||
|
!/cache/push/trends
|
||||||
!/cache/sandbox/index.php
|
!/cache/sandbox/index.php
|
||||||
|
!/cache/smarty/cache/index.php
|
||||||
|
!/cache/smarty/compile/index.php
|
||||||
!/cache/smarty/index.php
|
!/cache/smarty/index.php
|
||||||
!/cache/tcpdf/index.php
|
!/cache/tcpdf/index.php
|
||||||
config/xml/*.xml
|
|
||||||
/log/*
|
|
||||||
*sitemap.xml
|
|
||||||
themes/*/cache/
|
|
||||||
modules/*/config*.xml
|
|
||||||
|
|
||||||
# Site content
|
# Download
|
||||||
# The following folders contain product images, virtual products, CSV's, etc.
|
/download/*
|
||||||
|
!/download/.htaccess
|
||||||
|
!/download/index.php
|
||||||
|
|
||||||
admin-dev/backups/
|
# Images
|
||||||
admin-dev/export/
|
|
||||||
admin-dev/import/
|
|
||||||
download/
|
|
||||||
/img/*
|
/img/*
|
||||||
upload/
|
!/img/.htaccess
|
||||||
|
!/img/index.php
|
||||||
|
!/img/404.gif
|
||||||
|
!/img/bg_500.png
|
||||||
|
!/img/bg_loader.png
|
||||||
|
!/img/favicon.ico
|
||||||
|
!/img/loader.gif
|
||||||
|
!/img/loadingAnimation.gif
|
||||||
|
!/img/logo.jpg
|
||||||
|
!/img/logo.png
|
||||||
|
!/img/logo_invoice.jpg
|
||||||
|
!/img/logo_stores.png
|
||||||
|
!/img/macFFBgHack.png
|
||||||
|
!/img/prestashop-avatar.png
|
||||||
|
!/img/prestashop@2x.png
|
||||||
|
!/img/preston-login-wink@2x.png
|
||||||
|
!/img/preston-login@2x.png
|
||||||
|
!/img/questionmark.png
|
||||||
|
!/img/genders/index.php
|
||||||
|
!/img/admin/index.php
|
||||||
|
!/img/c/index.php
|
||||||
|
!/img/cms/index.php
|
||||||
|
!/img/co/index.php
|
||||||
|
!/img/jquery-ui
|
||||||
|
!/img/l/index.php
|
||||||
|
!/img/m/index.php
|
||||||
|
!/img/os/index.php
|
||||||
|
!/img/p/index.php
|
||||||
|
!/img/s/index.php
|
||||||
|
!/img/scenes
|
||||||
|
!/img/st/index.php
|
||||||
|
!/img/su/index.php
|
||||||
|
!/img/t/index.php
|
||||||
|
!/img/tmp/index.php
|
||||||
|
|
||||||
|
# Upload
|
||||||
|
/upload/*
|
||||||
|
!/upload/.htaccess
|
||||||
|
|
||||||
|
/vendor/*
|
||||||
|
/docs/phpdoc-sf/
|
||||||
|
/composer.lock
|
||||||
|
*.hot-update.js
|
||||||
|
*.hot-update.json
|
||||||
|
|
||||||
|
|
||||||
|
/admin-dev/autoupgrade/*
|
||||||
|
!/admin-dev/autoupgrade/index.php
|
||||||
|
!/admin-dev/autoupgrade/backup/index.php
|
||||||
|
|
||||||
|
/admin-dev/backups/*
|
||||||
|
!/admin-dev/backups/.htaccess
|
||||||
|
|
||||||
|
/admin-dev/import/*
|
||||||
|
!/admin-dev/import/.htaccess
|
||||||
|
!/admin-dev/import/index.php
|
||||||
|
|
||||||
|
/admin-dev/export/*
|
||||||
|
!/admin-dev/export/.htaccess
|
||||||
|
!/admin-dev/export/index.php
|
||||||
|
|
||||||
|
# Downloaded RTL files
|
||||||
|
/admin-dev/themes/default/css/bundle/default_rtl.css
|
||||||
|
/admin-dev/themes/default/css/bundle/shared_rtl.css
|
||||||
|
/admin-dev/themes/default/css/font_rtl.css
|
||||||
|
/admin-dev/themes/default/css/overrides_rtl.css
|
||||||
|
/admin-dev/themes/default/css/vendor/font-awesome/font-awesome_rtl.css
|
||||||
|
/admin-dev/themes/default/css/vendor/nv.d3_rtl.css
|
||||||
|
/admin-dev/themes/default/css/vendor/titatoggle-min_rtl.css
|
||||||
|
/admin-dev/themes/default/public/theme_rtl.css
|
||||||
|
/admin-dev/themes/new-theme/css/module/drop_rtl.css
|
||||||
|
/admin-dev/themes/new-theme/css/right-sidebar_rtl.css
|
||||||
|
|
||||||
|
themes/*/cache/*
|
||||||
|
|
||||||
|
# Config
|
||||||
|
|
||||||
|
config/settings.inc.php
|
||||||
|
config/settings.old.php
|
||||||
|
config/xml/*
|
||||||
|
config/themes/*
|
||||||
|
!config/xml/themes/default.xml
|
||||||
|
themes/*/config/settings_*.json
|
||||||
|
app/config/parameters.old.yml
|
||||||
|
app/config/config.php
|
||||||
|
|
||||||
|
# Themes, modules and overrides
|
||||||
|
|
||||||
|
modules/*
|
||||||
|
override/*
|
||||||
|
themes/*/
|
||||||
|
!themes/classic
|
||||||
|
!themes/_core
|
||||||
|
!themes/_libraries
|
||||||
|
|
||||||
|
# Vendors and dependencies
|
||||||
|
|
||||||
|
bower_components/
|
||||||
|
node_modules/
|
||||||
|
composer.phar
|
||||||
|
php-cs-fixer
|
||||||
|
.grunt/*
|
||||||
|
|
||||||
|
# Translations and emails templates
|
||||||
|
|
||||||
|
translations/*
|
||||||
|
mails/*
|
||||||
|
!mails/themes/
|
||||||
|
!mails/_partials/
|
||||||
|
themes/default-bootstrap/lang/*
|
||||||
|
themes/default-bootstrap/modules/*/translations/*.php
|
||||||
|
themes/default-bootstrap/mails/*
|
||||||
|
!themes/default-bootstrap/mails/en/
|
||||||
|
themes/default-bootstrap/modules/*/mails/*
|
||||||
|
!themes/default-bootstrap/modules/*/mails/en
|
||||||
|
|
||||||
|
# MISC
|
||||||
|
|
||||||
|
*sitemap.xml
|
||||||
|
/robots.txt
|
||||||
|
|
||||||
|
# Symfony
|
||||||
|
|
||||||
|
/bin/
|
||||||
|
/app/Resources/geoip/GeoLite2-City.mmdb
|
||||||
|
/app/Resources/translations/*
|
||||||
|
!/app/Resources/translations/default
|
||||||
|
/app/config/parameters.yml
|
||||||
|
/app/config/parameters.php
|
||||||
|
/build/
|
||||||
|
/phpunit.xml
|
||||||
|
/var/*
|
||||||
|
!/var/cache
|
||||||
|
/var/cache/*
|
||||||
|
!var/cache/.gitkeep
|
||||||
|
!/var/logs
|
||||||
|
/var/logs/*
|
||||||
|
!var/logs/.gitkeep
|
||||||
|
!/var/sessions
|
||||||
|
/var/sessions/*
|
||||||
|
!var/sessions/.gitkeep
|
||||||
|
!var/SymfonyRequirements.php
|
||||||
|
/vendor/
|
||||||
|
/web/bundles/
|
||||||
|
|
||||||
|
@ -7,3 +7,4 @@ application.linux64
|
|||||||
application.windows32
|
application.windows32
|
||||||
application.windows64
|
application.windows64
|
||||||
application.macosx
|
application.macosx
|
||||||
|
out
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
.psci_modules
|
.psci_modules
|
||||||
|
.spago
|
||||||
bower_components
|
bower_components
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@ parts/
|
|||||||
sdist/
|
sdist/
|
||||||
var/
|
var/
|
||||||
wheels/
|
wheels/
|
||||||
pip-wheel-metadata/
|
|
||||||
share/python-wheels/
|
share/python-wheels/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
@ -47,8 +46,10 @@ htmlcov/
|
|||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
*.cover
|
*.cover
|
||||||
|
*.py,cover
|
||||||
.hypothesis/
|
.hypothesis/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
|
cover/
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
@ -58,6 +59,7 @@ coverage.xml
|
|||||||
*.log
|
*.log
|
||||||
local_settings.py
|
local_settings.py
|
||||||
db.sqlite3
|
db.sqlite3
|
||||||
|
db.sqlite3-journal
|
||||||
|
|
||||||
# Flask stuff:
|
# Flask stuff:
|
||||||
instance/
|
instance/
|
||||||
@ -70,6 +72,7 @@ instance/
|
|||||||
docs/_build/
|
docs/_build/
|
||||||
|
|
||||||
# PyBuilder
|
# PyBuilder
|
||||||
|
.pybuilder/
|
||||||
target/
|
target/
|
||||||
|
|
||||||
# Jupyter Notebook
|
# Jupyter Notebook
|
||||||
@ -80,10 +83,23 @@ profile_default/
|
|||||||
ipython_config.py
|
ipython_config.py
|
||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
.python-version
|
# For a library or package, you might want to ignore these files since the code is
|
||||||
|
# intended to run in multiple environments; otherwise, check them in:
|
||||||
|
# .python-version
|
||||||
|
|
||||||
# celery beat schedule file
|
# pipenv
|
||||||
|
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
||||||
|
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
||||||
|
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
||||||
|
# install all needed dependencies.
|
||||||
|
#Pipfile.lock
|
||||||
|
|
||||||
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
||||||
|
__pypackages__/
|
||||||
|
|
||||||
|
# Celery stuff
|
||||||
celerybeat-schedule
|
celerybeat-schedule
|
||||||
|
celerybeat.pid
|
||||||
|
|
||||||
# SageMath parsed files
|
# SageMath parsed files
|
||||||
*.sage.py
|
*.sage.py
|
||||||
@ -114,3 +130,9 @@ dmypy.json
|
|||||||
|
|
||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
|
# pytype static type analyzer
|
||||||
|
.pytype/
|
||||||
|
|
||||||
|
# Cython debug symbols
|
||||||
|
cython_debug/
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
*.la
|
*.la
|
||||||
*.lai
|
*.lai
|
||||||
*.so
|
*.so
|
||||||
|
*.so.*
|
||||||
*.dll
|
*.dll
|
||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
@ -28,6 +29,8 @@ ui_*.h
|
|||||||
*.jsc
|
*.jsc
|
||||||
Makefile*
|
Makefile*
|
||||||
*build-*
|
*build-*
|
||||||
|
*.qm
|
||||||
|
*.prl
|
||||||
|
|
||||||
# Qt unit tests
|
# Qt unit tests
|
||||||
target_wrapper.*
|
target_wrapper.*
|
||||||
@ -47,3 +50,5 @@ compile_commands.json
|
|||||||
|
|
||||||
# QtCreator local machine specific files for imported projects
|
# QtCreator local machine specific files for imported projects
|
||||||
*creator.user*
|
*creator.user*
|
||||||
|
|
||||||
|
*_qmlcache.qrc
|
||||||
|
11
R.gitignore
11
R.gitignore
@ -28,9 +28,18 @@ vignettes/*.pdf
|
|||||||
.httr-oauth
|
.httr-oauth
|
||||||
|
|
||||||
# knitr and R markdown default cache directories
|
# knitr and R markdown default cache directories
|
||||||
/*_cache/
|
*_cache/
|
||||||
/cache/
|
/cache/
|
||||||
|
|
||||||
# Temporary files created by R markdown
|
# Temporary files created by R markdown
|
||||||
*.utf8.md
|
*.utf8.md
|
||||||
*.knit.md
|
*.knit.md
|
||||||
|
|
||||||
|
# R Environment Variables
|
||||||
|
.Renviron
|
||||||
|
|
||||||
|
# pkgdown site
|
||||||
|
docs/
|
||||||
|
|
||||||
|
# translation temp files
|
||||||
|
po/*~
|
||||||
|
@ -50,8 +50,7 @@ If you have a small set of rules, or want to support a technology that is not
|
|||||||
widely in use, and still believe this will be helpful to others, please read the
|
widely in use, and still believe this will be helpful to others, please read the
|
||||||
section about [specialized templates](#specialized-templates) for more details.
|
section about [specialized templates](#specialized-templates) for more details.
|
||||||
|
|
||||||
If you believe your template is important and should be highly visible, please
|
Include details when opening pull request if the template is important and visible. We
|
||||||
add details about the impact of the technology when you open a pull request. We
|
|
||||||
may not accept it immediately, but we can promote it to the root at a later date
|
may not accept it immediately, but we can promote it to the root at a later date
|
||||||
based on interest.
|
based on interest.
|
||||||
|
|
||||||
@ -113,7 +112,7 @@ folder that best suits where it belongs.
|
|||||||
|
|
||||||
The rules in your specialized template should be specific to the framework or
|
The rules in your specialized template should be specific to the framework or
|
||||||
tool, and any additional templates should be mentioned in a comment in the
|
tool, and any additional templates should be mentioned in a comment in the
|
||||||
header of the template
|
header of the template.
|
||||||
|
|
||||||
For example, this template might live at `community/DotNet/InforCRM.gitignore`:
|
For example, this template might live at `community/DotNet/InforCRM.gitignore`:
|
||||||
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
*.rbc
|
*.rbc
|
||||||
capybara-*.html
|
capybara-*.html
|
||||||
.rspec
|
.rspec
|
||||||
/log
|
|
||||||
/tmp
|
|
||||||
/db/*.sqlite3
|
/db/*.sqlite3
|
||||||
/db/*.sqlite3-journal
|
/db/*.sqlite3-journal
|
||||||
|
/db/*.sqlite3-[0-9]*
|
||||||
/public/system
|
/public/system
|
||||||
/coverage/
|
/coverage/
|
||||||
/spec/tmp
|
/spec/tmp
|
||||||
@ -12,6 +11,12 @@ capybara-*.html
|
|||||||
rerun.txt
|
rerun.txt
|
||||||
pickle-email-*.html
|
pickle-email-*.html
|
||||||
|
|
||||||
|
# Ignore all logfiles and tempfiles.
|
||||||
|
/log/*
|
||||||
|
/tmp/*
|
||||||
|
!/log/.keep
|
||||||
|
!/tmp/.keep
|
||||||
|
|
||||||
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
|
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
|
||||||
config/initializers/secret_token.rb
|
config/initializers/secret_token.rb
|
||||||
config/master.key
|
config/master.key
|
||||||
@ -19,9 +24,10 @@ config/master.key
|
|||||||
# Only include if you have production secrets in this file, which is no longer a Rails default
|
# Only include if you have production secrets in this file, which is no longer a Rails default
|
||||||
# config/secrets.yml
|
# config/secrets.yml
|
||||||
|
|
||||||
# dotenv
|
# dotenv, dotenv-rails
|
||||||
# TODO Comment out this rule if environment variables can be committed
|
# TODO Comment out these rules if environment variables can be committed
|
||||||
.env
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
## Environment normalization:
|
## Environment normalization:
|
||||||
/.bundle
|
/.bundle
|
||||||
@ -59,4 +65,5 @@ yarn-debug.log*
|
|||||||
|
|
||||||
# Ignore uploaded files in development
|
# Ignore uploaded files in development
|
||||||
/storage/*
|
/storage/*
|
||||||
!/storage/.keep
|
!/storage/.keep
|
||||||
|
/public/uploads
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Gitignore for Perl 6 (http://www.perl6.org)
|
# Gitignore for Raku (https://raku.org)
|
||||||
# As part of https://github.com/github/gitignore
|
# As part of https://github.com/github/gitignore
|
||||||
|
|
||||||
# precompiled files
|
# precompiled files
|
@ -51,3 +51,6 @@ build-iPhoneSimulator/
|
|||||||
|
|
||||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
|
||||||
|
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
|
||||||
|
# .rubocop-https?--*
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Generated by Cargo
|
# Generated by Cargo
|
||||||
# will have compiled files and executables
|
# will have compiled files and executables
|
||||||
/target/
|
debug/
|
||||||
|
target/
|
||||||
|
|
||||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||||
@ -8,3 +9,6 @@ Cargo.lock
|
|||||||
|
|
||||||
# These are backup files generated by rustfmt
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
|
*.pdb
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
# for projects that use SCons for building: http://http://www.scons.org/
|
# for projects that use SCons for building: http://http://www.scons.org/
|
||||||
.sconsign.dblite
|
.sconsign.dblite
|
||||||
|
|
||||||
|
# When configure fails, SCons outputs these
|
||||||
|
config.log
|
||||||
|
.sconf_temp
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
*.class
|
*.class
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
|
hs_err_pid*
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
/Files/binder.autosave
|
*/Files/binder.autosave
|
||||||
/Files/binder.backup
|
*/Files/binder.backup
|
||||||
/Files/search.indexes
|
*/Files/search.indexes
|
||||||
/Files/user.lock
|
*/Files/user.lock
|
||||||
/Files/Docs/docs.checksum
|
*/Files/Docs/docs.checksum
|
||||||
/QuickLook/
|
*/Files/Data/docs.checksum
|
||||||
/Settings/ui.plist
|
*/QuickLook/
|
||||||
|
*/Settings/ui.plist
|
||||||
|
@ -2,11 +2,17 @@
|
|||||||
#
|
#
|
||||||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
||||||
|
|
||||||
## Build generated
|
## User settings
|
||||||
|
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/
|
build/
|
||||||
DerivedData/
|
DerivedData/
|
||||||
|
*.moved-aside
|
||||||
## Various settings
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
!default.pbxuser
|
!default.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@ -15,15 +21,11 @@ DerivedData/
|
|||||||
!default.mode2v3
|
!default.mode2v3
|
||||||
*.perspectivev3
|
*.perspectivev3
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
xcuserdata/
|
|
||||||
|
|
||||||
## Other
|
|
||||||
*.moved-aside
|
|
||||||
*.xccheckout
|
|
||||||
*.xcscmblueprint
|
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
|
|
||||||
|
## App packaging
|
||||||
*.ipa
|
*.ipa
|
||||||
*.dSYM.zip
|
*.dSYM.zip
|
||||||
*.dSYM
|
*.dSYM
|
||||||
@ -38,6 +40,12 @@ playground.xcworkspace
|
|||||||
# Packages/
|
# Packages/
|
||||||
# Package.pins
|
# Package.pins
|
||||||
# Package.resolved
|
# Package.resolved
|
||||||
|
# *.xcodeproj
|
||||||
|
#
|
||||||
|
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
|
||||||
|
# hence it is not needed unless you have added a package configuration file to your project
|
||||||
|
# .swiftpm
|
||||||
|
|
||||||
.build/
|
.build/
|
||||||
|
|
||||||
# CocoaPods
|
# CocoaPods
|
||||||
@ -56,12 +64,16 @@ playground.xcworkspace
|
|||||||
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
||||||
# Carthage/Checkouts
|
# Carthage/Checkouts
|
||||||
|
|
||||||
Carthage/Build
|
Carthage/Build/
|
||||||
|
|
||||||
|
# Accio dependency management
|
||||||
|
Dependencies/
|
||||||
|
.accio/
|
||||||
|
|
||||||
# fastlane
|
# fastlane
|
||||||
#
|
#
|
||||||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
# It is recommended to not store the screenshots in the git repo.
|
||||||
# screenshots whenever they are needed.
|
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
|
||||||
# For more information about the recommended setup visit:
|
# For more information about the recommended setup visit:
|
||||||
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
||||||
|
|
||||||
|
@ -109,12 +109,18 @@ acs-*.bib
|
|||||||
*.glo
|
*.glo
|
||||||
*.gls
|
*.gls
|
||||||
*.glsdefs
|
*.glsdefs
|
||||||
|
*.lzo
|
||||||
|
*.lzs
|
||||||
|
|
||||||
|
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
||||||
|
# *.ist
|
||||||
|
|
||||||
# gnuplottex
|
# gnuplottex
|
||||||
*-gnuplottex-*
|
*-gnuplottex-*
|
||||||
|
|
||||||
# gregoriotex
|
# gregoriotex
|
||||||
*.gaux
|
*.gaux
|
||||||
|
*.glog
|
||||||
*.gtex
|
*.gtex
|
||||||
|
|
||||||
# htlatex
|
# htlatex
|
||||||
@ -130,18 +136,20 @@ acs-*.bib
|
|||||||
|
|
||||||
# knitr
|
# knitr
|
||||||
*-concordance.tex
|
*-concordance.tex
|
||||||
# TODO Comment the next line if you want to keep your tikz graphics files
|
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
|
||||||
*.tikz
|
# *.tikz
|
||||||
*-tikzDictionary
|
*-tikzDictionary
|
||||||
|
|
||||||
# listings
|
# listings
|
||||||
*.lol
|
*.lol
|
||||||
|
|
||||||
|
# luatexja-ruby
|
||||||
|
*.ltjruby
|
||||||
|
|
||||||
# makeidx
|
# makeidx
|
||||||
*.idx
|
*.idx
|
||||||
*.ilg
|
*.ilg
|
||||||
*.ind
|
*.ind
|
||||||
*.ist
|
|
||||||
|
|
||||||
# minitoc
|
# minitoc
|
||||||
*.maf
|
*.maf
|
||||||
@ -159,6 +167,9 @@ _minted*
|
|||||||
# morewrites
|
# morewrites
|
||||||
*.mw
|
*.mw
|
||||||
|
|
||||||
|
# newpax
|
||||||
|
*.newpax
|
||||||
|
|
||||||
# nomencl
|
# nomencl
|
||||||
*.nlg
|
*.nlg
|
||||||
*.nlo
|
*.nlo
|
||||||
@ -221,8 +232,9 @@ pythontex-files-*/
|
|||||||
# xindy
|
# xindy
|
||||||
*.xdy
|
*.xdy
|
||||||
|
|
||||||
# xypic precompiled matrices
|
# xypic precompiled matrices and outlines
|
||||||
*.xyc
|
*.xyc
|
||||||
|
*.xyd
|
||||||
|
|
||||||
# endfloat
|
# endfloat
|
||||||
*.ttt
|
*.ttt
|
||||||
@ -245,9 +257,15 @@ TSWLatexianTemp*
|
|||||||
# Kile
|
# Kile
|
||||||
*.backup
|
*.backup
|
||||||
|
|
||||||
|
# gummi
|
||||||
|
.*.swp
|
||||||
|
|
||||||
# KBibTeX
|
# KBibTeX
|
||||||
*~[0-9]*
|
*~[0-9]*
|
||||||
|
|
||||||
|
# TeXnicCenter
|
||||||
|
*.tps
|
||||||
|
|
||||||
# auto folder when using emacs and auctex
|
# auto folder when using emacs and auctex
|
||||||
./auto/*
|
./auto/*
|
||||||
*.el
|
*.el
|
||||||
@ -257,3 +275,14 @@ TSWLatexianTemp*
|
|||||||
|
|
||||||
# standalone packages
|
# standalone packages
|
||||||
*.sta
|
*.sta
|
||||||
|
|
||||||
|
# Makeindex log files
|
||||||
|
*.lpz
|
||||||
|
|
||||||
|
# xwatermark package
|
||||||
|
*.xwm
|
||||||
|
|
||||||
|
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
|
||||||
|
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
||||||
|
# Uncomment the next line to have this generated file ignored.
|
||||||
|
#*Notes.bib
|
||||||
|
@ -8,11 +8,12 @@
|
|||||||
# Crash log files
|
# Crash log files
|
||||||
crash.log
|
crash.log
|
||||||
|
|
||||||
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
|
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
|
||||||
# .tfvars files are managed as part of configuration and so should be included in
|
# password, private keys, and other secrets. These should not be part of version
|
||||||
# version control.
|
# control as they are data points which are potentially sensitive and subject
|
||||||
|
# to change depending on the environment.
|
||||||
#
|
#
|
||||||
# example.tfvars
|
*.tfvars
|
||||||
|
|
||||||
# Ignore override files as they are usually used to override resources locally and so
|
# Ignore override files as they are usually used to override resources locally and so
|
||||||
# are not checked in
|
# are not checked in
|
||||||
@ -24,3 +25,10 @@ override.tf.json
|
|||||||
# Include override files you do wish to add to version control using negated pattern
|
# Include override files you do wish to add to version control using negated pattern
|
||||||
#
|
#
|
||||||
# !example_override.tf
|
# !example_override.tf
|
||||||
|
|
||||||
|
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
|
||||||
|
# example: *tfplan*
|
||||||
|
|
||||||
|
# Ignore CLI configuration files
|
||||||
|
.terraformrc
|
||||||
|
terraform.rc
|
||||||
|
25
TwinCAT3.gitignore
Normal file
25
TwinCAT3.gitignore
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# gitignore template for TwinCAT3
|
||||||
|
# website: https://www.beckhoff.com/twincat3/
|
||||||
|
#
|
||||||
|
# Recommended: VisualStudio.gitignore
|
||||||
|
|
||||||
|
# TwinCAT files
|
||||||
|
*.tpy
|
||||||
|
*.tclrs
|
||||||
|
*.compiled-library
|
||||||
|
*.compileinfo
|
||||||
|
# Don't include the tmc-file rule if either of the following is true:
|
||||||
|
# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects)
|
||||||
|
# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file.
|
||||||
|
*.tmc
|
||||||
|
*.tmcRefac
|
||||||
|
*.library
|
||||||
|
*.project.~u
|
||||||
|
*.tsproj.bak
|
||||||
|
*.xti.bak
|
||||||
|
LineIDs.dbg
|
||||||
|
LineIDs.dbg.bak
|
||||||
|
_Boot/
|
||||||
|
_CompileInfo/
|
||||||
|
_Libraries/
|
||||||
|
_ModuleInstall/
|
@ -14,18 +14,24 @@
|
|||||||
# Ignore Umbraco content cache file
|
# Ignore Umbraco content cache file
|
||||||
**/App_Data/umbraco.config
|
**/App_Data/umbraco.config
|
||||||
|
|
||||||
|
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
|
||||||
|
## you can find your Umbraco version in your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
|
||||||
|
## Uncomment this line if you think it fits the way you work on your project.
|
||||||
|
## **/[Uu]mbraco/
|
||||||
|
|
||||||
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
|
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
|
||||||
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
||||||
!**/App_Data/[Pp]ackages/*
|
!**/App_Data/[Pp]ackages/*
|
||||||
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
|
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
|
||||||
|
!**/[Uu]mbraco/[Vv]iews/[Pp]ackages/*
|
||||||
|
|
||||||
# ImageProcessor DiskCache
|
# ImageProcessor DiskCache
|
||||||
**/App_Data/cache/
|
**/App_Data/cache/
|
||||||
|
|
||||||
# Ignore the Models Builder models out of date flag
|
# Ignore the Models Builder models out of date flag
|
||||||
**/App_Data/Models/ood.flag
|
**/ood.flag
|
||||||
|
|
||||||
# NEW for version 9 .Net 5 (Core)
|
# NEW for version 9 .Net 5 (Core)
|
||||||
**/umbraco/Data/*
|
**/umbraco/Data/*
|
||||||
**/umbraco/mediacache
|
**/umbraco/mediacache
|
||||||
**/wwwroot/umbraco/lib
|
**/wwwroot/umbraco/lib
|
@ -1,15 +1,27 @@
|
|||||||
[Ll]ibrary/
|
# This .gitignore file should be placed at the root of your Unity project directory
|
||||||
[Tt]emp/
|
#
|
||||||
[Oo]bj/
|
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
|
||||||
[Bb]uild/
|
#
|
||||||
[Bb]uilds/
|
/[Ll]ibrary/
|
||||||
[Ll]ogs/
|
/[Tt]emp/
|
||||||
|
/[Oo]bj/
|
||||||
|
/[Bb]uild/
|
||||||
|
/[Bb]uilds/
|
||||||
|
/[Ll]ogs/
|
||||||
|
/[Uu]ser[Ss]ettings/
|
||||||
|
|
||||||
# Never ignore Asset meta data
|
# MemoryCaptures can get excessive in size.
|
||||||
![Aa]ssets/**/*.meta
|
# They also could contain extremely sensitive data
|
||||||
|
/[Mm]emoryCaptures/
|
||||||
|
|
||||||
|
# Asset meta data should only be ignored when the corresponding asset is also ignored
|
||||||
|
!/[Aa]ssets/**/*.meta
|
||||||
|
|
||||||
# Uncomment this line if you wish to ignore the asset store tools plugin
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
||||||
# [Aa]ssets/AssetStoreTools*
|
# /[Aa]ssets/AssetStoreTools*
|
||||||
|
|
||||||
|
# Autogenerated Jetbrains Rider plugin
|
||||||
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
||||||
|
|
||||||
# Visual Studio cache directory
|
# Visual Studio cache directory
|
||||||
.vs/
|
.vs/
|
||||||
@ -45,8 +57,15 @@ sysinfo.txt
|
|||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
*.apk
|
*.apk
|
||||||
|
*.aab
|
||||||
*.unitypackage
|
*.unitypackage
|
||||||
|
|
||||||
# Crashlytics generated file
|
# Crashlytics generated file
|
||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
|
|
||||||
|
# Packed Addressables
|
||||||
|
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
||||||
|
|
||||||
|
# Temporary auto-generated Android Assets
|
||||||
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||||
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||||
|
@ -13,6 +13,9 @@
|
|||||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||||
*.userprefs
|
*.userprefs
|
||||||
|
|
||||||
|
# Mono auto generated files
|
||||||
|
mono_crash.*
|
||||||
|
|
||||||
# Build results
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug/
|
||||||
[Dd]ebugPublic/
|
[Dd]ebugPublic/
|
||||||
@ -20,12 +23,14 @@
|
|||||||
[Rr]eleases/
|
[Rr]eleases/
|
||||||
x64/
|
x64/
|
||||||
x86/
|
x86/
|
||||||
|
[Ww][Ii][Nn]32/
|
||||||
[Aa][Rr][Mm]/
|
[Aa][Rr][Mm]/
|
||||||
[Aa][Rr][Mm]64/
|
[Aa][Rr][Mm]64/
|
||||||
bld/
|
bld/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Ll]og/
|
[Ll]og/
|
||||||
|
[Ll]ogs/
|
||||||
|
|
||||||
# Visual Studio 2015/2017 cache/options directory
|
# Visual Studio 2015/2017 cache/options directory
|
||||||
.vs/
|
.vs/
|
||||||
@ -39,9 +44,10 @@ Generated\ Files/
|
|||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
# NUNIT
|
# NUnit
|
||||||
*.VisualState.xml
|
*.VisualState.xml
|
||||||
TestResult.xml
|
TestResult.xml
|
||||||
|
nunit-*.xml
|
||||||
|
|
||||||
# Build Results of an ATL Project
|
# Build Results of an ATL Project
|
||||||
[Dd]ebugPS/
|
[Dd]ebugPS/
|
||||||
@ -56,6 +62,9 @@ project.lock.json
|
|||||||
project.fragment.lock.json
|
project.fragment.lock.json
|
||||||
artifacts/
|
artifacts/
|
||||||
|
|
||||||
|
# ASP.NET Scaffolding
|
||||||
|
ScaffoldingReadMe.txt
|
||||||
|
|
||||||
# StyleCop
|
# StyleCop
|
||||||
StyleCopReport.xml
|
StyleCopReport.xml
|
||||||
|
|
||||||
@ -81,6 +90,7 @@ StyleCopReport.xml
|
|||||||
*.tmp_proj
|
*.tmp_proj
|
||||||
*_wpftmp.csproj
|
*_wpftmp.csproj
|
||||||
*.log
|
*.log
|
||||||
|
*.tlog
|
||||||
*.vspscc
|
*.vspscc
|
||||||
*.vssscc
|
*.vssscc
|
||||||
.builds
|
.builds
|
||||||
@ -122,9 +132,6 @@ _ReSharper*/
|
|||||||
*.[Rr]e[Ss]harper
|
*.[Rr]e[Ss]harper
|
||||||
*.DotSettings.user
|
*.DotSettings.user
|
||||||
|
|
||||||
# JustCode is a .NET coding add-in
|
|
||||||
.JustCode
|
|
||||||
|
|
||||||
# TeamCity is a build add-in
|
# TeamCity is a build add-in
|
||||||
_TeamCity*
|
_TeamCity*
|
||||||
|
|
||||||
@ -135,6 +142,11 @@ _TeamCity*
|
|||||||
.axoCover/*
|
.axoCover/*
|
||||||
!.axoCover/settings.json
|
!.axoCover/settings.json
|
||||||
|
|
||||||
|
# Coverlet is a free, cross platform Code Coverage Tool
|
||||||
|
coverage*.json
|
||||||
|
coverage*.xml
|
||||||
|
coverage*.info
|
||||||
|
|
||||||
# Visual Studio code coverage results
|
# Visual Studio code coverage results
|
||||||
*.coverage
|
*.coverage
|
||||||
*.coveragexml
|
*.coveragexml
|
||||||
@ -182,6 +194,8 @@ PublishScripts/
|
|||||||
|
|
||||||
# NuGet Packages
|
# NuGet Packages
|
||||||
*.nupkg
|
*.nupkg
|
||||||
|
# NuGet Symbol Packages
|
||||||
|
*.snupkg
|
||||||
# The packages folder can be ignored because of Package Restore
|
# The packages folder can be ignored because of Package Restore
|
||||||
**/[Pp]ackages/*
|
**/[Pp]ackages/*
|
||||||
# except build/, which is used as an MSBuild target.
|
# except build/, which is used as an MSBuild target.
|
||||||
@ -192,6 +206,9 @@ PublishScripts/
|
|||||||
*.nuget.props
|
*.nuget.props
|
||||||
*.nuget.targets
|
*.nuget.targets
|
||||||
|
|
||||||
|
# Nuget personal access tokens and Credentials
|
||||||
|
nuget.config
|
||||||
|
|
||||||
# Microsoft Azure Build Output
|
# Microsoft Azure Build Output
|
||||||
csx/
|
csx/
|
||||||
*.build.csdef
|
*.build.csdef
|
||||||
@ -206,6 +223,8 @@ BundleArtifacts/
|
|||||||
Package.StoreAssociation.xml
|
Package.StoreAssociation.xml
|
||||||
_pkginfo.txt
|
_pkginfo.txt
|
||||||
*.appx
|
*.appx
|
||||||
|
*.appxbundle
|
||||||
|
*.appxupload
|
||||||
|
|
||||||
# Visual Studio cache files
|
# Visual Studio cache files
|
||||||
# files ending in .cache can be ignored
|
# files ending in .cache can be ignored
|
||||||
@ -231,8 +250,6 @@ orleans.codegen.cs
|
|||||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||||
#bower_components/
|
#bower_components/
|
||||||
# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
|
|
||||||
**/wwwroot/lib/
|
|
||||||
|
|
||||||
# RIA/Silverlight projects
|
# RIA/Silverlight projects
|
||||||
Generated_Code/
|
Generated_Code/
|
||||||
@ -257,7 +274,9 @@ ServiceFabricBackup/
|
|||||||
*.bim.layout
|
*.bim.layout
|
||||||
*.bim_*.settings
|
*.bim_*.settings
|
||||||
*.rptproj.rsuser
|
*.rptproj.rsuser
|
||||||
*- Backup*.rdl
|
*- [Bb]ackup.rdl
|
||||||
|
*- [Bb]ackup ([0-9]).rdl
|
||||||
|
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||||
|
|
||||||
# Microsoft Fakes
|
# Microsoft Fakes
|
||||||
FakesAssemblies/
|
FakesAssemblies/
|
||||||
@ -293,10 +312,6 @@ paket-files/
|
|||||||
# FAKE - F# Make
|
# FAKE - F# Make
|
||||||
.fake/
|
.fake/
|
||||||
|
|
||||||
# JetBrains Rider
|
|
||||||
.idea/
|
|
||||||
*.sln.iml
|
|
||||||
|
|
||||||
# CodeRush personal settings
|
# CodeRush personal settings
|
||||||
.cr/personal
|
.cr/personal
|
||||||
|
|
||||||
@ -343,3 +358,31 @@ healthchecksdb
|
|||||||
|
|
||||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||||
MigrationBackup/
|
MigrationBackup/
|
||||||
|
|
||||||
|
# Ionide (cross platform F# VS Code tools) working folder
|
||||||
|
.ionide/
|
||||||
|
|
||||||
|
# Fody - auto-generated XML schema
|
||||||
|
FodyWeavers.xsd
|
||||||
|
|
||||||
|
# VS Code files for those working on multiple tools
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
|
||||||
|
# Windows Installer files from build outputs
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msix
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
||||||
|
# JetBrains Rider
|
||||||
|
.idea/
|
||||||
|
*.sln.iml
|
||||||
|
@ -1,19 +1,23 @@
|
|||||||
*.log
|
# ignore everything in the root except the "wp-content" directory.
|
||||||
wp-config.php
|
!wp-content/
|
||||||
wp-content/advanced-cache.php
|
|
||||||
wp-content/backup-db/
|
# ignore everything in the "wp-content" directory, except:
|
||||||
wp-content/backups/
|
# "mu-plugins", "plugins", "themes" directory
|
||||||
wp-content/blogs.dir/
|
wp-content/*
|
||||||
wp-content/cache/
|
!wp-content/mu-plugins/
|
||||||
wp-content/upgrade/
|
!wp-content/plugins/
|
||||||
wp-content/uploads/
|
!wp-content/themes/
|
||||||
wp-content/mu-plugins/
|
|
||||||
wp-content/wp-cache-config.php
|
# ignore these plugins
|
||||||
wp-content/plugins/hello.php
|
wp-content/plugins/hello.php
|
||||||
|
|
||||||
/.htaccess
|
# ignore specific themes
|
||||||
/license.txt
|
wp-content/themes/twenty*/
|
||||||
/readme.html
|
|
||||||
/sitemap.xml
|
|
||||||
/sitemap.xml.gz
|
|
||||||
|
|
||||||
|
# ignore node dependency directories
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# ignore log files and databases
|
||||||
|
*.log
|
||||||
|
*.sql
|
||||||
|
*.sqlite
|
||||||
|
@ -8,4 +8,4 @@ Debug*/Debug*.exe
|
|||||||
Debug*/Debug*\ Libs
|
Debug*/Debug*\ Libs
|
||||||
*.rbuistate
|
*.rbuistate
|
||||||
*.xojo_uistate
|
*.xojo_uistate
|
||||||
*.obsolete
|
*.obsolete*
|
||||||
|
5
community/AWS/SAM.gitignore
Normal file
5
community/AWS/SAM.gitignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# gitignore template for AWS Serverless Application Model project
|
||||||
|
# website: https://docs.aws.amazon.com/serverless-application-model
|
||||||
|
|
||||||
|
# Ignore build folder
|
||||||
|
.aws-sam/
|
20
community/AltiumDesigner.gitignore
Normal file
20
community/AltiumDesigner.gitignore
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# For PCBs designed using Altium Designer
|
||||||
|
# Website: https://www.altium.com/altium-designer/
|
||||||
|
|
||||||
|
# Directories containing cache data
|
||||||
|
History
|
||||||
|
__Previews
|
||||||
|
|
||||||
|
# Directories containing logs and generated outputs
|
||||||
|
Project\ Logs*
|
||||||
|
Project\ Outputs*
|
||||||
|
|
||||||
|
# Misc files generated by altium
|
||||||
|
debug.log
|
||||||
|
Status\ Report.txt
|
||||||
|
*.PcbDoc.htm
|
||||||
|
*.SchDocPreview
|
||||||
|
*.PcbDocPreview
|
||||||
|
|
||||||
|
# Lock files sometimes left behind
|
||||||
|
.~lock.*
|
3
community/GNOME/GNOMEShellExtension.gitignore
Normal file
3
community/GNOME/GNOMEShellExtension.gitignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Ignored files for GNOME extension git repository
|
||||||
|
|
||||||
|
*.zip
|
@ -1,12 +1,8 @@
|
|||||||
### Hugo ###
|
# Generated files by hugo
|
||||||
# gitginore template for Hugo projects
|
|
||||||
# website: https://gohugo.io
|
|
||||||
|
|
||||||
# generated files by hugo
|
|
||||||
/public/
|
/public/
|
||||||
/resources/_gen/
|
/resources/_gen/
|
||||||
|
|
||||||
# executable may be added to repository
|
# Executable may be added to repository
|
||||||
hugo.exe
|
hugo.exe
|
||||||
hugo.darwin
|
hugo.darwin
|
||||||
hugo.linux
|
hugo.linux
|
||||||
|
8
community/Gretl.gitignore
Normal file
8
community/Gretl.gitignore
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# gitignore template for Gretl
|
||||||
|
# website: http://gretl.sourceforge.net/
|
||||||
|
|
||||||
|
# Auto-generated log file is overwritten whenever you start a new session
|
||||||
|
session.inp
|
||||||
|
|
||||||
|
# Auto-generated temporary string code table
|
||||||
|
string_table.txt
|
@ -1,9 +0,0 @@
|
|||||||
# gitignore template for Nuxt.js projects
|
|
||||||
#
|
|
||||||
# Recommended template: Node.gitignore
|
|
||||||
|
|
||||||
# Nuxt build
|
|
||||||
.nuxt
|
|
||||||
|
|
||||||
# Nuxt generate
|
|
||||||
dist
|
|
34
community/OpenSSL.gitignore
Normal file
34
community/OpenSSL.gitignore
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# OpenSSL-related files best not committed
|
||||||
|
|
||||||
|
## Certificate Authority
|
||||||
|
*.ca
|
||||||
|
|
||||||
|
## Certificate
|
||||||
|
*.crt
|
||||||
|
|
||||||
|
## Certificate Sign Request
|
||||||
|
*.csr
|
||||||
|
|
||||||
|
## Certificate
|
||||||
|
*.der
|
||||||
|
|
||||||
|
## Key database file
|
||||||
|
*.kdb
|
||||||
|
|
||||||
|
## OSCP request data
|
||||||
|
*.org
|
||||||
|
|
||||||
|
## PKCS #12
|
||||||
|
*.p12
|
||||||
|
|
||||||
|
## PEM-encoded certificate data
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
## Random number seed
|
||||||
|
*.rnd
|
||||||
|
|
||||||
|
## SSLeay data
|
||||||
|
*.ssleay
|
||||||
|
|
||||||
|
## S/MIME message
|
||||||
|
*.smime
|
6
community/PHP/Jigsaw.gitignore
Normal file
6
community/PHP/Jigsaw.gitignore
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# gitignore template for Jigsaw Static Site Generator
|
||||||
|
#
|
||||||
|
# website - https://jigsaw.tighten.co
|
||||||
|
|
||||||
|
# Ignore build folder
|
||||||
|
build_*
|
@ -4,6 +4,9 @@
|
|||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
*/.ipynb_checkpoints/*
|
*/.ipynb_checkpoints/*
|
||||||
|
|
||||||
|
# IPython
|
||||||
|
profile_default/
|
||||||
|
ipython_config.py
|
||||||
|
|
||||||
# Remove previous ipynb_checkpoints
|
# Remove previous ipynb_checkpoints
|
||||||
# git rm -r .ipynb_checkpoints/
|
# git rm -r .ipynb_checkpoints/
|
||||||
#
|
|
||||||
|
29
community/ROS2.gitignore
Normal file
29
community/ROS2.gitignore
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
install/
|
||||||
|
log/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Ignore generated docs
|
||||||
|
*.dox
|
||||||
|
*.wikidoc
|
||||||
|
|
||||||
|
# eclipse stuff
|
||||||
|
.project
|
||||||
|
.cproject
|
||||||
|
|
||||||
|
# qcreator stuff
|
||||||
|
CMakeLists.txt.user
|
||||||
|
|
||||||
|
srv/_*.py
|
||||||
|
*.pcd
|
||||||
|
*.pyc
|
||||||
|
qtcreator-*
|
||||||
|
*.user
|
||||||
|
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Emacs
|
||||||
|
.#*
|
||||||
|
|
||||||
|
# Colcon custom files
|
||||||
|
COLCON_IGNORE
|
||||||
|
AMENT_IGNORE
|
33
community/SPFx.gitignore
Normal file
33
community/SPFx.gitignore
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
#SharePoint Framework (SPFx)
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
|
||||||
|
# Dependency directories
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Build generated files
|
||||||
|
dist
|
||||||
|
lib
|
||||||
|
solution
|
||||||
|
temp
|
||||||
|
*.sppkg
|
||||||
|
|
||||||
|
# Coverage directory used by tools like istanbul
|
||||||
|
coverage
|
||||||
|
|
||||||
|
# OSX
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Visual Studio files
|
||||||
|
.ntvs_analysis.dat
|
||||||
|
.vs
|
||||||
|
bin
|
||||||
|
obj
|
||||||
|
|
||||||
|
# Resx Generated Code
|
||||||
|
*.resx.ts
|
||||||
|
|
||||||
|
# Styles Generated Code
|
||||||
|
*.scss.ts
|
135
community/Strapi.gitignore
Normal file
135
community/Strapi.gitignore
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
############################
|
||||||
|
# OS X
|
||||||
|
############################
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
Icon
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
._*
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Linux
|
||||||
|
############################
|
||||||
|
|
||||||
|
*~
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Windows
|
||||||
|
############################
|
||||||
|
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Packages
|
||||||
|
############################
|
||||||
|
|
||||||
|
*.7z
|
||||||
|
*.csv
|
||||||
|
*.dat
|
||||||
|
*.dmg
|
||||||
|
*.gz
|
||||||
|
*.iso
|
||||||
|
*.jar
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.zip
|
||||||
|
*.com
|
||||||
|
*.class
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.o
|
||||||
|
*.seed
|
||||||
|
*.so
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.swn
|
||||||
|
*.swm
|
||||||
|
*.out
|
||||||
|
*.pid
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Logs and databases
|
||||||
|
############################
|
||||||
|
|
||||||
|
.tmp
|
||||||
|
*.log
|
||||||
|
*.sql
|
||||||
|
*.sqlite
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Misc.
|
||||||
|
############################
|
||||||
|
|
||||||
|
*#
|
||||||
|
.idea
|
||||||
|
nbproject
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Node.js
|
||||||
|
############################
|
||||||
|
|
||||||
|
lib-cov
|
||||||
|
lcov.info
|
||||||
|
pids
|
||||||
|
logs
|
||||||
|
results
|
||||||
|
build
|
||||||
|
node_modules
|
||||||
|
.node_history
|
||||||
|
package-lock.json
|
||||||
|
**/package-lock.json
|
||||||
|
!docs/package-lock.json
|
||||||
|
*.heapsnapshot
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Tests
|
||||||
|
############################
|
||||||
|
|
||||||
|
testApp
|
||||||
|
coverage
|
||||||
|
cypress/screenshots
|
||||||
|
cypress/videos
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Documentation
|
||||||
|
############################
|
||||||
|
|
||||||
|
dist
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Builds
|
||||||
|
############################
|
||||||
|
|
||||||
|
packages/strapi-generate-new/files/public/
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Example app
|
||||||
|
############################
|
||||||
|
|
||||||
|
.dev
|
||||||
|
# *.cache
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Visual Studio Code
|
||||||
|
############################
|
||||||
|
|
||||||
|
front-workspace.code-workspace
|
11
community/V.gitignore
Normal file
11
community/V.gitignore
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
*.exe
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
*.tmp.c
|
||||||
|
*.exp
|
||||||
|
*.ilk
|
||||||
|
*.pdb
|
||||||
|
*.dll
|
||||||
|
*.lib
|
||||||
|
*.bak
|
||||||
|
*.out
|
@ -1,5 +1,5 @@
|
|||||||
# gitignore template for the IAR EWARM
|
# gitignore template for the IAR EWARM
|
||||||
# website: https://www.iar.com/
|
# website: https://www.iar.com/knowledge/support/technical-notes/ide/which-files-should-be-version-controlled/
|
||||||
|
|
||||||
# Some tools will put the EWARM files
|
# Some tools will put the EWARM files
|
||||||
# under a subdirectory with the same name
|
# under a subdirectory with the same name
|
||||||
|
6
community/embedded/esp-idf.gitignore
Normal file
6
community/embedded/esp-idf.gitignore
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# gitignore template for esp-idf, the official development framework for ESP32
|
||||||
|
# https://github.com/espressif/esp-idf
|
||||||
|
|
||||||
|
build/
|
||||||
|
sdkconfig
|
||||||
|
sdkconfig.old
|
Loading…
Reference in New Issue
Block a user