forgitter 0.0.11 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/.ruby-version +1 -1
- data/Rakefile +0 -1
- data/data/custom/vagrant/Vagrant.gitignore +1 -0
- data/data/github/.github/PULL_REQUEST_TEMPLATE.md +3 -2
- data/data/github/AL.gitignore +22 -0
- data/data/github/Actionscript.gitignore +2 -3
- data/data/github/Agda.gitignore +1 -0
- data/data/github/Android.gitignore +18 -25
- data/data/github/Autotools.gitignore +35 -1
- data/data/github/C++.gitignore +3 -0
- data/data/github/C.gitignore +19 -0
- data/data/github/CMake.gitignore +4 -0
- data/data/github/CONTRIBUTING.md +8 -3
- data/data/github/Clojure.gitignore +1 -0
- data/data/github/CodeIgniter.gitignore +12 -0
- data/data/github/CommonLisp.gitignore +14 -0
- data/data/github/Composer.gitignore +1 -1
- data/data/github/Concrete5.gitignore +18 -1
- data/data/github/Coq.gitignore +43 -1
- data/data/github/CraftCMS.gitignore +3 -2
- data/data/github/Dart.gitignore +18 -18
- data/data/github/Delphi.gitignore +4 -1
- data/data/github/Drupal.gitignore +59 -33
- data/data/github/Eagle.gitignore +8 -1
- data/data/github/Elisp.gitignore +6 -0
- data/data/github/Elixir.gitignore +5 -0
- data/data/github/Elm.gitignore +1 -1
- data/data/github/Erlang.gitignore +10 -3
- data/data/github/ExtJs.gitignore +10 -0
- data/data/github/FlaxEngine.gitignore +45 -0
- data/data/github/Fortran.gitignore +1 -0
- data/data/github/GWT.gitignore +0 -3
- data/data/github/Global/AL.gitignore +11 -0
- data/data/github/Global/Ansible.gitignore +1 -0
- data/data/github/Global/Archives.gitignore +7 -2
- data/data/github/Global/Backup.gitignore +5 -0
- data/data/github/Global/CodeKit.gitignore +1 -0
- data/data/github/Global/Diff.gitignore +2 -0
- data/data/github/Global/Eclipse.gitignore +15 -6
- data/data/github/Global/Emacs.gitignore +8 -1
- data/data/github/Global/Images.gitignore +63 -0
- data/data/github/Global/JEnv.gitignore +5 -0
- data/data/github/Global/JetBrains.gitignore +60 -27
- data/data/github/Global/Linux.gitignore +3 -0
- data/data/github/Global/MATLAB.gitignore +31 -0
- data/data/github/Global/Metals.gitignore +5 -0
- data/data/github/Global/MicrosoftOffice.gitignore +4 -1
- data/data/github/Global/NetBeans.gitignore +3 -2
- data/data/github/Global/Octave.gitignore +1 -0
- data/data/github/Global/PSoCCreator.gitignore +18 -0
- data/data/github/Global/Patch.gitignore +2 -0
- data/data/github/Global/PuTTY.gitignore +2 -0
- data/data/github/Global/README.md +1 -1
- data/data/github/Global/SBT.gitignore +3 -0
- data/data/github/Global/Stata.gitignore +24 -0
- data/data/github/Global/SublimeText.gitignore +9 -5
- data/data/github/Global/Syncthing.gitignore +2 -0
- data/data/github/Global/SynopsysVCS.gitignore +4 -4
- data/data/github/Global/Tags.gitignore +1 -0
- data/data/github/Global/Vagrant.gitignore +4 -0
- data/data/github/Global/Vim.gitignore +15 -6
- data/data/github/Global/Virtuoso.gitignore +18 -0
- data/data/github/Global/VisualStudioCode.gitignore +11 -1
- data/data/github/Global/Windows.gitignore +8 -2
- data/data/github/Global/Xcode.gitignore +3 -20
- data/data/github/Global/{OSX.gitignore → macOS.gitignore} +2 -1
- data/data/github/Go.gitignore +16 -19
- data/data/github/Godot.gitignore +11 -0
- data/data/github/Gradle.gitignore +10 -3
- data/data/github/Haskell.gitignore +4 -0
- data/data/github/Idris.gitignore +5 -0
- data/data/github/{Jboss.gitignore → JBoss.gitignore} +0 -0
- data/data/github/JENKINS_HOME.gitignore +50 -0
- data/data/github/Java.gitignore +12 -0
- data/data/github/Jekyll.gitignore +4 -0
- data/data/github/Joomla.gitignore +281 -122
- data/data/github/Julia.gitignore +20 -0
- data/data/github/KiCad.gitignore +11 -2
- data/data/github/Kotlin.gitignore +1 -0
- data/data/github/LICENSE +116 -19
- data/data/github/LabVIEW.gitignore +1 -0
- data/data/github/Laravel.gitignore +15 -7
- data/data/github/Leiningen.gitignore +3 -1
- data/data/github/Magento.gitignore +45 -104
- data/data/github/Maven.gitignore +8 -0
- data/data/github/Nanoc.gitignore +3 -3
- data/data/github/Nim.gitignore +2 -0
- data/data/github/Node.gitignore +97 -4
- data/data/github/OCaml.gitignore +9 -0
- data/data/github/Objective-C.gitignore +22 -14
- data/data/github/OpenCart.gitignore +7 -0
- data/data/github/Packer.gitignore +11 -0
- data/data/github/Perl.gitignore +27 -12
- data/data/github/PlayFramework.gitignore +1 -0
- data/data/github/Prestashop.gitignore +162 -21
- data/data/github/Processing.gitignore +3 -0
- data/data/github/PureScript.gitignore +9 -0
- data/data/github/Python.gitignore +80 -9
- data/data/github/Qt.gitignore +22 -6
- data/data/github/R.gitignore +17 -1
- data/data/github/README.md +91 -15
- data/data/github/ROS.gitignore +4 -0
- data/data/github/Racket.gitignore +7 -0
- data/data/github/Rails.gitignore +34 -7
- data/data/github/Raku.gitignore +7 -0
- data/data/github/Ruby.gitignore +6 -0
- data/data/github/Rust.gitignore +9 -2
- data/data/github/SCons.gitignore +4 -0
- data/data/github/Sass.gitignore +2 -0
- data/data/github/Scala.gitignore +2 -14
- data/data/github/Scrivener.gitignore +8 -7
- data/data/github/Smalltalk.gitignore +13 -0
- data/data/github/SugarCRM.gitignore +4 -2
- data/data/github/Swift.gitignore +38 -13
- data/data/github/Symfony.gitignore +8 -4
- data/data/github/TeX.gitignore +131 -10
- data/data/github/Terraform.gitignore +33 -2
- data/data/github/TwinCAT3.gitignore +25 -0
- data/data/github/Typo3.gitignore +4 -1
- data/data/github/Unity.gitignore +46 -4
- data/data/github/UnrealEngine.gitignore +12 -0
- data/data/github/VisualStudio.gitignore +160 -15
- data/data/github/Waf.gitignore +9 -4
- data/data/github/WordPress.gitignore +44 -14
- data/data/github/Xojo.gitignore +1 -1
- data/data/github/ZendFramework.gitignore +0 -1
- data/data/github/community/AWS/CDK.gitignore +4 -0
- data/data/github/community/AWS/SAM.gitignore +5 -0
- data/data/github/community/AltiumDesigner.gitignore +20 -0
- data/data/github/community/AutoIt.gitignore +8 -0
- data/data/github/community/B4X.gitignore +3 -0
- data/data/github/community/Bazel.gitignore +13 -0
- data/data/github/community/Beef.gitignore +3 -0
- data/data/github/community/DotNet/InforCMS.gitignore +15 -0
- data/data/github/community/DotNet/Kentico.gitignore +64 -0
- data/data/github/community/DotNet/Umbraco.gitignore +52 -0
- data/data/github/community/DotNet/core.gitignore +38 -0
- data/data/github/community/Elixir/Phoenix.gitignore +22 -0
- data/data/github/community/Exercism.gitignore +5 -0
- data/data/github/community/GNOME/GNOMEShellExtension.gitignore +3 -0
- data/data/github/community/Golang/Go.AllowList.gitignore +23 -0
- data/data/github/community/Golang/Hugo.gitignore +13 -0
- data/data/github/community/Gretl.gitignore +8 -0
- data/data/github/community/Java/JBoss4.gitignore +19 -0
- data/data/github/community/Java/JBoss6.gitignore +33 -0
- data/data/github/community/JavaScript/Cordova.gitignore +10 -0
- data/data/github/community/JavaScript/Meteor.gitignore +12 -0
- data/data/github/community/JavaScript/NWjs.gitignore +29 -0
- data/data/github/community/JavaScript/Vue.gitignore +9 -0
- data/data/github/community/LensStudio.gitignore +16 -0
- data/data/github/community/Linux/Snap.gitignore +14 -0
- data/data/github/community/Logtalk.gitignore +19 -0
- data/data/github/community/NasaSpecsIntact.gitignore +40 -0
- data/data/github/community/Nix.gitignore +3 -0
- data/data/github/community/OpenSSL.gitignore +34 -0
- data/data/github/community/PHP/Bitrix.gitignore +23 -0
- data/data/github/community/PHP/CodeSniffer.gitignore +6 -0
- data/data/github/community/PHP/Drupal7.gitignore +43 -0
- data/data/github/community/PHP/Jigsaw.gitignore +6 -0
- data/data/github/community/PHP/Magento1.gitignore +45 -0
- data/data/github/community/PHP/Magento2.gitignore +54 -0
- data/data/github/community/PHP/Pimcore.gitignore +53 -0
- data/data/github/community/PHP/ThinkPHP.gitignore +8 -0
- data/data/github/community/Puppet.gitignore +16 -0
- data/data/github/community/Python/JupyterNotebooks.gitignore +12 -0
- data/data/github/community/Python/Nikola.gitignore +7 -0
- data/data/github/community/ROS2.gitignore +29 -0
- data/data/github/community/Racket.gitignore +15 -0
- data/data/github/community/Red.gitignore +16 -0
- data/data/github/community/SPFx.gitignore +33 -0
- data/data/github/community/Splunk.gitignore +8 -0
- data/data/github/community/Strapi.gitignore +135 -0
- data/data/github/community/Toit.gitignore +2 -0
- data/data/github/community/V.gitignore +11 -0
- data/data/github/community/Xilinx.gitignore +105 -0
- data/data/github/community/embedded/AtmelStudio.gitignore +22 -0
- data/data/github/community/embedded/IAR_EWARM.gitignore +19 -0
- data/data/github/community/embedded/esp-idf.gitignore +6 -0
- data/data/github/community/embedded/uVision.gitignore +45 -0
- data/forgitter.gemspec +5 -4
- data/lib/forgitter/version.rb +1 -1
- metadata +106 -21
- data/data/custom/vagrant/Vagrant.gitignore +0 -1
- data/data/github/Clojure.gitignore +0 -12
- data/data/github/Fortran.gitignore +0 -29
- data/data/github/Global/IPythonNotebook.gitignore +0 -2
- data/data/github/Global/Matlab.gitignore +0 -19
- data/data/github/Umbraco.gitignore +0 -19
data/data/github/Rails.gitignore
CHANGED
@@ -1,24 +1,33 @@
|
|
1
1
|
*.rbc
|
2
2
|
capybara-*.html
|
3
3
|
.rspec
|
4
|
-
/log
|
5
|
-
/tmp
|
6
4
|
/db/*.sqlite3
|
7
5
|
/db/*.sqlite3-journal
|
6
|
+
/db/*.sqlite3-[0-9]*
|
8
7
|
/public/system
|
9
8
|
/coverage/
|
10
9
|
/spec/tmp
|
11
|
-
|
10
|
+
*.orig
|
12
11
|
rerun.txt
|
13
12
|
pickle-email-*.html
|
14
13
|
|
15
|
-
#
|
14
|
+
# Ignore all logfiles and tempfiles.
|
15
|
+
/log/*
|
16
|
+
/tmp/*
|
17
|
+
!/log/.keep
|
18
|
+
!/tmp/.keep
|
19
|
+
|
20
|
+
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
|
16
21
|
config/initializers/secret_token.rb
|
17
|
-
config/
|
22
|
+
config/master.key
|
23
|
+
|
24
|
+
# Only include if you have production secrets in this file, which is no longer a Rails default
|
25
|
+
# config/secrets.yml
|
18
26
|
|
19
|
-
# dotenv
|
20
|
-
# TODO Comment out
|
27
|
+
# dotenv, dotenv-rails
|
28
|
+
# TODO Comment out these rules if environment variables can be committed
|
21
29
|
.env
|
30
|
+
.env*.local
|
22
31
|
|
23
32
|
## Environment normalization:
|
24
33
|
/.bundle
|
@@ -40,3 +49,21 @@ bower.json
|
|
40
49
|
|
41
50
|
# Ignore Byebug command history file.
|
42
51
|
.byebug_history
|
52
|
+
|
53
|
+
# Ignore node_modules
|
54
|
+
node_modules/
|
55
|
+
|
56
|
+
# Ignore precompiled javascript packs
|
57
|
+
/public/packs
|
58
|
+
/public/packs-test
|
59
|
+
/public/assets
|
60
|
+
|
61
|
+
# Ignore yarn files
|
62
|
+
/yarn-error.log
|
63
|
+
yarn-debug.log*
|
64
|
+
.yarn-integrity
|
65
|
+
|
66
|
+
# Ignore uploaded files in development
|
67
|
+
/storage/*
|
68
|
+
!/storage/.keep
|
69
|
+
/public/uploads
|
data/data/github/Ruby.gitignore
CHANGED
@@ -13,6 +13,9 @@
|
|
13
13
|
# Used by dotenv library to load environment variables.
|
14
14
|
# .env
|
15
15
|
|
16
|
+
# Ignore Byebug command history file.
|
17
|
+
.byebug_history
|
18
|
+
|
16
19
|
## Specific to RubyMotion:
|
17
20
|
.dat*
|
18
21
|
.repl_history
|
@@ -48,3 +51,6 @@ build-iPhoneSimulator/
|
|
48
51
|
|
49
52
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
50
53
|
.rvmrc
|
54
|
+
|
55
|
+
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
|
56
|
+
# .rubocop-https?--*
|
data/data/github/Rust.gitignore
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
# Generated by Cargo
|
2
2
|
# will have compiled files and executables
|
3
|
-
/
|
3
|
+
debug/
|
4
|
+
target/
|
4
5
|
|
5
6
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
6
|
-
# More information here
|
7
|
+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
7
8
|
Cargo.lock
|
9
|
+
|
10
|
+
# These are backup files generated by rustfmt
|
11
|
+
**/*.rs.bk
|
12
|
+
|
13
|
+
# MSVC Windows builds of rustc generate these, which store debugging information
|
14
|
+
*.pdb
|
data/data/github/SCons.gitignore
CHANGED
data/data/github/Sass.gitignore
CHANGED
data/data/github/Scala.gitignore
CHANGED
@@ -1,17 +1,5 @@
|
|
1
1
|
*.class
|
2
2
|
*.log
|
3
3
|
|
4
|
-
#
|
5
|
-
|
6
|
-
.history
|
7
|
-
.lib/
|
8
|
-
dist/*
|
9
|
-
target/
|
10
|
-
lib_managed/
|
11
|
-
src_managed/
|
12
|
-
project/boot/
|
13
|
-
project/plugins/project/
|
14
|
-
|
15
|
-
# Scala-IDE specific
|
16
|
-
.scala_dependencies
|
17
|
-
.worksheet
|
4
|
+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
5
|
+
hs_err_pid*
|
@@ -1,7 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
/
|
7
|
-
/
|
1
|
+
*/Files/binder.autosave
|
2
|
+
*/Files/binder.backup
|
3
|
+
*/Files/search.indexes
|
4
|
+
*/Files/user.lock
|
5
|
+
*/Files/Docs/docs.checksum
|
6
|
+
*/Files/Data/docs.checksum
|
7
|
+
*/QuickLook/
|
8
|
+
*/Settings/ui.plist
|
@@ -1,8 +1,11 @@
|
|
1
1
|
# changes file
|
2
2
|
*.changes
|
3
|
+
*.chg
|
3
4
|
|
4
5
|
# system image
|
5
6
|
*.image
|
7
|
+
*.img7
|
8
|
+
*.img
|
6
9
|
|
7
10
|
# Pharo Smalltalk Debug log file
|
8
11
|
PharoDebug.log
|
@@ -10,9 +13,19 @@ PharoDebug.log
|
|
10
13
|
# Squeak Smalltalk Debug log file
|
11
14
|
SqueakDebug.log
|
12
15
|
|
16
|
+
# Dolphin Smalltalk source file
|
17
|
+
*.sml
|
18
|
+
|
19
|
+
# Dolphin Smalltalk error file
|
20
|
+
*.errors
|
21
|
+
|
13
22
|
# Monticello package cache
|
14
23
|
/package-cache
|
15
24
|
|
25
|
+
# playground cache
|
26
|
+
/play-cache
|
27
|
+
/play-stash
|
28
|
+
|
16
29
|
# Metacello-github cache
|
17
30
|
/github-cache
|
18
31
|
github-*.zip
|
@@ -6,7 +6,8 @@
|
|
6
6
|
# the misuse of the repository as backup replacement.
|
7
7
|
# For development the cache directory can be safely ignored and
|
8
8
|
# therefore it is ignored.
|
9
|
-
/cache
|
9
|
+
/cache/*
|
10
|
+
!/cache/index.html
|
10
11
|
# Ignore some files and directories from the custom directory.
|
11
12
|
/custom/history/
|
12
13
|
/custom/modulebuilder/
|
@@ -21,5 +22,6 @@
|
|
21
22
|
# Logs files can safely be ignored.
|
22
23
|
*.log
|
23
24
|
# Ignore the new upload directories.
|
24
|
-
/upload
|
25
|
+
/upload/*
|
26
|
+
!/upload/index.html
|
25
27
|
/upload_backup/
|
data/data/github/Swift.gitignore
CHANGED
@@ -2,11 +2,17 @@
|
|
2
2
|
#
|
3
3
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
4
4
|
|
5
|
-
##
|
5
|
+
## User settings
|
6
|
+
xcuserdata/
|
7
|
+
|
8
|
+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
|
9
|
+
*.xcscmblueprint
|
10
|
+
*.xccheckout
|
11
|
+
|
12
|
+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
|
6
13
|
build/
|
7
14
|
DerivedData/
|
8
|
-
|
9
|
-
## Various settings
|
15
|
+
*.moved-aside
|
10
16
|
*.pbxuser
|
11
17
|
!default.pbxuser
|
12
18
|
*.mode1v3
|
@@ -15,14 +21,11 @@ DerivedData/
|
|
15
21
|
!default.mode2v3
|
16
22
|
*.perspectivev3
|
17
23
|
!default.perspectivev3
|
18
|
-
xcuserdata/
|
19
|
-
|
20
|
-
## Other
|
21
|
-
*.moved-aside
|
22
|
-
*.xcuserstate
|
23
24
|
|
24
25
|
## Obj-C/Swift specific
|
25
26
|
*.hmap
|
27
|
+
|
28
|
+
## App packaging
|
26
29
|
*.ipa
|
27
30
|
*.dSYM.zip
|
28
31
|
*.dSYM
|
@@ -35,6 +38,14 @@ playground.xcworkspace
|
|
35
38
|
#
|
36
39
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
37
40
|
# Packages/
|
41
|
+
# Package.pins
|
42
|
+
# Package.resolved
|
43
|
+
# *.xcodeproj
|
44
|
+
#
|
45
|
+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
|
46
|
+
# hence it is not needed unless you have added a package configuration file to your project
|
47
|
+
# .swiftpm
|
48
|
+
|
38
49
|
.build/
|
39
50
|
|
40
51
|
# CocoaPods
|
@@ -44,22 +55,36 @@ playground.xcworkspace
|
|
44
55
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
45
56
|
#
|
46
57
|
# Pods/
|
58
|
+
#
|
59
|
+
# Add this line if you want to avoid checking in source code from the Xcode workspace
|
60
|
+
# *.xcworkspace
|
47
61
|
|
48
62
|
# Carthage
|
49
63
|
#
|
50
64
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
51
65
|
# Carthage/Checkouts
|
52
66
|
|
53
|
-
Carthage/Build
|
67
|
+
Carthage/Build/
|
68
|
+
|
69
|
+
# Accio dependency management
|
70
|
+
Dependencies/
|
71
|
+
.accio/
|
54
72
|
|
55
73
|
# fastlane
|
56
74
|
#
|
57
|
-
# It is recommended to not store the screenshots in the git repo.
|
58
|
-
# screenshots whenever they are needed.
|
75
|
+
# It is recommended to not store the screenshots in the git repo.
|
76
|
+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
|
59
77
|
# For more information about the recommended setup visit:
|
60
|
-
# https://
|
78
|
+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
61
79
|
|
62
80
|
fastlane/report.xml
|
63
81
|
fastlane/Preview.html
|
64
|
-
fastlane/screenshots
|
82
|
+
fastlane/screenshots/**/*.png
|
65
83
|
fastlane/test_output
|
84
|
+
|
85
|
+
# Code Injection
|
86
|
+
#
|
87
|
+
# After new code Injection tools there's a generated folder /iOSInjectionProject
|
88
|
+
# https://github.com/johnno1962/injectionforxcode
|
89
|
+
|
90
|
+
iOSInjectionProject/
|
@@ -15,6 +15,10 @@
|
|
15
15
|
!var/logs/.gitkeep
|
16
16
|
!var/sessions/.gitkeep
|
17
17
|
|
18
|
+
# Logs (Symfony4)
|
19
|
+
/var/log/*
|
20
|
+
!var/log/.gitkeep
|
21
|
+
|
18
22
|
# Parameters
|
19
23
|
/app/config/parameters.yml
|
20
24
|
/app/config/parameters.ini
|
@@ -31,9 +35,6 @@
|
|
31
35
|
/web/bundles/
|
32
36
|
/web/uploads/
|
33
37
|
|
34
|
-
# Assets managed by Bower
|
35
|
-
/web/assets/vendor/
|
36
|
-
|
37
38
|
# PHPUnit
|
38
39
|
/app/phpunit.xml
|
39
40
|
/phpunit.xml
|
@@ -45,4 +46,7 @@
|
|
45
46
|
/composer.phar
|
46
47
|
|
47
48
|
# Backup entities generated with doctrine:generate:entities command
|
48
|
-
|
49
|
+
**/Entity/*~
|
50
|
+
|
51
|
+
# Embedded web-server pid file
|
52
|
+
/.web-server-pid
|
data/data/github/TeX.gitignore
CHANGED
@@ -10,31 +10,40 @@
|
|
10
10
|
*.fot
|
11
11
|
*.cb
|
12
12
|
*.cb2
|
13
|
+
.*.lb
|
13
14
|
|
14
15
|
## Intermediate documents:
|
15
16
|
*.dvi
|
17
|
+
*.xdv
|
16
18
|
*-converted-to.*
|
17
19
|
# these rules might exclude image files for figures etc.
|
18
20
|
# *.ps
|
19
21
|
# *.eps
|
20
22
|
# *.pdf
|
21
23
|
|
24
|
+
## Generated if empty string is given at "Please type another file name for output:"
|
25
|
+
.pdf
|
26
|
+
|
22
27
|
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
23
28
|
*.bbl
|
24
29
|
*.bcf
|
25
30
|
*.blg
|
26
31
|
*-blx.aux
|
27
32
|
*-blx.bib
|
28
|
-
*.brf
|
29
33
|
*.run.xml
|
30
34
|
|
31
35
|
## Build tool auxiliary files:
|
32
36
|
*.fdb_latexmk
|
33
37
|
*.synctex
|
38
|
+
*.synctex(busy)
|
34
39
|
*.synctex.gz
|
35
40
|
*.synctex.gz(busy)
|
36
41
|
*.pdfsync
|
37
42
|
|
43
|
+
## Build tool directories for auxiliary files
|
44
|
+
# latexrun
|
45
|
+
latex.out/
|
46
|
+
|
38
47
|
## Auxiliary and intermediate files from other packages:
|
39
48
|
# algorithms
|
40
49
|
*.alg
|
@@ -48,15 +57,35 @@ acs-*.bib
|
|
48
57
|
|
49
58
|
# beamer
|
50
59
|
*.nav
|
60
|
+
*.pre
|
51
61
|
*.snm
|
52
62
|
*.vrb
|
53
63
|
|
64
|
+
# changes
|
65
|
+
*.soc
|
66
|
+
|
67
|
+
# comment
|
68
|
+
*.cut
|
69
|
+
|
54
70
|
# cprotect
|
55
71
|
*.cpt
|
56
72
|
|
73
|
+
# elsarticle (documentclass of Elsevier journals)
|
74
|
+
*.spl
|
75
|
+
|
76
|
+
# endnotes
|
77
|
+
*.ent
|
78
|
+
|
57
79
|
# fixme
|
58
80
|
*.lox
|
59
81
|
|
82
|
+
# feynmf/feynmp
|
83
|
+
*.mf
|
84
|
+
*.mp
|
85
|
+
*.t[1-9]
|
86
|
+
*.t[1-9][0-9]
|
87
|
+
*.tfm
|
88
|
+
|
60
89
|
#(r)(e)ledmac/(r)(e)ledpar
|
61
90
|
*.end
|
62
91
|
*.?end
|
@@ -80,35 +109,63 @@ acs-*.bib
|
|
80
109
|
*.glo
|
81
110
|
*.gls
|
82
111
|
*.glsdefs
|
112
|
+
*.lzo
|
113
|
+
*.lzs
|
114
|
+
*.slg
|
115
|
+
*.slo
|
116
|
+
*.sls
|
117
|
+
|
118
|
+
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
119
|
+
# *.ist
|
120
|
+
|
121
|
+
# gnuplot
|
122
|
+
*.gnuplot
|
123
|
+
*.table
|
83
124
|
|
84
125
|
# gnuplottex
|
85
126
|
*-gnuplottex-*
|
86
127
|
|
128
|
+
# gregoriotex
|
129
|
+
*.gaux
|
130
|
+
*.glog
|
131
|
+
*.gtex
|
132
|
+
|
133
|
+
# htlatex
|
134
|
+
*.4ct
|
135
|
+
*.4tc
|
136
|
+
*.idv
|
137
|
+
*.lg
|
138
|
+
*.trc
|
139
|
+
*.xref
|
140
|
+
|
87
141
|
# hyperref
|
88
142
|
*.brf
|
89
143
|
|
90
144
|
# knitr
|
91
145
|
*-concordance.tex
|
92
|
-
# TODO
|
93
|
-
*.tikz
|
146
|
+
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
|
147
|
+
# *.tikz
|
94
148
|
*-tikzDictionary
|
95
149
|
|
96
150
|
# listings
|
97
151
|
*.lol
|
98
152
|
|
153
|
+
# luatexja-ruby
|
154
|
+
*.ltjruby
|
155
|
+
|
99
156
|
# makeidx
|
100
157
|
*.idx
|
101
158
|
*.ilg
|
102
159
|
*.ind
|
103
|
-
*.ist
|
104
160
|
|
105
161
|
# minitoc
|
106
162
|
*.maf
|
107
163
|
*.mlf
|
108
164
|
*.mlt
|
109
|
-
*.mtc
|
110
|
-
*.
|
111
|
-
*.
|
165
|
+
*.mtc[0-9]*
|
166
|
+
*.slf[0-9]*
|
167
|
+
*.slt[0-9]*
|
168
|
+
*.stc[0-9]*
|
112
169
|
|
113
170
|
# minted
|
114
171
|
_minted*
|
@@ -117,17 +174,31 @@ _minted*
|
|
117
174
|
# morewrites
|
118
175
|
*.mw
|
119
176
|
|
120
|
-
#
|
121
|
-
*.
|
177
|
+
# newpax
|
178
|
+
*.newpax
|
122
179
|
|
123
180
|
# nomencl
|
181
|
+
*.nlg
|
124
182
|
*.nlo
|
183
|
+
*.nls
|
184
|
+
|
185
|
+
# pax
|
186
|
+
*.pax
|
187
|
+
|
188
|
+
# pdfpcnotes
|
189
|
+
*.pdfpc
|
125
190
|
|
126
191
|
# sagetex
|
127
192
|
*.sagetex.sage
|
128
193
|
*.sagetex.py
|
129
194
|
*.sagetex.scmd
|
130
195
|
|
196
|
+
# scrwfile
|
197
|
+
*.wrt
|
198
|
+
|
199
|
+
# svg
|
200
|
+
svg-inkscape/
|
201
|
+
|
131
202
|
# sympy
|
132
203
|
*.sout
|
133
204
|
*.sympy
|
@@ -141,6 +212,9 @@ sympy-plots-for-*.tex/
|
|
141
212
|
*.pytxcode
|
142
213
|
pythontex-files-*/
|
143
214
|
|
215
|
+
# tcolorbox
|
216
|
+
*.listing
|
217
|
+
|
144
218
|
# thmtools
|
145
219
|
*.loe
|
146
220
|
|
@@ -149,14 +223,31 @@ pythontex-files-*/
|
|
149
223
|
*.md5
|
150
224
|
*.auxlock
|
151
225
|
|
226
|
+
# titletoc
|
227
|
+
*.ptc
|
228
|
+
|
152
229
|
# todonotes
|
153
230
|
*.tdo
|
154
231
|
|
232
|
+
# vhistory
|
233
|
+
*.hst
|
234
|
+
*.ver
|
235
|
+
|
236
|
+
# easy-todo
|
237
|
+
*.lod
|
238
|
+
|
239
|
+
# xcolor
|
240
|
+
*.xcp
|
241
|
+
|
242
|
+
# xmpincl
|
243
|
+
*.xmpi
|
244
|
+
|
155
245
|
# xindy
|
156
246
|
*.xdy
|
157
247
|
|
158
|
-
# xypic precompiled matrices
|
248
|
+
# xypic precompiled matrices and outlines
|
159
249
|
*.xyc
|
250
|
+
*.xyd
|
160
251
|
|
161
252
|
# endfloat
|
162
253
|
*.ttt
|
@@ -173,8 +264,38 @@ TSWLatexianTemp*
|
|
173
264
|
# Texpad
|
174
265
|
.texpadtmp
|
175
266
|
|
267
|
+
# LyX
|
268
|
+
*.lyx~
|
269
|
+
|
176
270
|
# Kile
|
177
271
|
*.backup
|
178
272
|
|
273
|
+
# gummi
|
274
|
+
.*.swp
|
275
|
+
|
179
276
|
# KBibTeX
|
180
277
|
*~[0-9]*
|
278
|
+
|
279
|
+
# TeXnicCenter
|
280
|
+
*.tps
|
281
|
+
|
282
|
+
# auto folder when using emacs and auctex
|
283
|
+
./auto/*
|
284
|
+
*.el
|
285
|
+
|
286
|
+
# expex forward references with \gathertags
|
287
|
+
*-tags.tex
|
288
|
+
|
289
|
+
# standalone packages
|
290
|
+
*.sta
|
291
|
+
|
292
|
+
# Makeindex log files
|
293
|
+
*.lpz
|
294
|
+
|
295
|
+
# xwatermark package
|
296
|
+
*.xwm
|
297
|
+
|
298
|
+
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
|
299
|
+
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
300
|
+
# Uncomment the next line to have this generated file ignored.
|
301
|
+
#*Notes.bib
|
@@ -1,3 +1,34 @@
|
|
1
|
-
#
|
1
|
+
# Local .terraform directories
|
2
|
+
**/.terraform/*
|
3
|
+
|
4
|
+
# .tfstate files
|
2
5
|
*.tfstate
|
3
|
-
*.tfstate
|
6
|
+
*.tfstate.*
|
7
|
+
|
8
|
+
# Crash log files
|
9
|
+
crash.log
|
10
|
+
crash.*.log
|
11
|
+
|
12
|
+
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
|
13
|
+
# password, private keys, and other secrets. These should not be part of version
|
14
|
+
# control as they are data points which are potentially sensitive and subject
|
15
|
+
# to change depending on the environment.
|
16
|
+
*.tfvars
|
17
|
+
*.tfvars.json
|
18
|
+
|
19
|
+
# Ignore override files as they are usually used to override resources locally and so
|
20
|
+
# are not checked in
|
21
|
+
override.tf
|
22
|
+
override.tf.json
|
23
|
+
*_override.tf
|
24
|
+
*_override.tf.json
|
25
|
+
|
26
|
+
# Include override files you do wish to add to version control using negated pattern
|
27
|
+
# !example_override.tf
|
28
|
+
|
29
|
+
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
|
30
|
+
# example: *tfplan*
|
31
|
+
|
32
|
+
# Ignore CLI configuration files
|
33
|
+
.terraformrc
|
34
|
+
terraform.rc
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# gitignore template for TwinCAT3
|
2
|
+
# website: https://www.beckhoff.com/twincat3/
|
3
|
+
#
|
4
|
+
# Recommended: VisualStudio.gitignore
|
5
|
+
|
6
|
+
# TwinCAT files
|
7
|
+
*.tpy
|
8
|
+
*.tclrs
|
9
|
+
*.compiled-library
|
10
|
+
*.compileinfo
|
11
|
+
# Don't include the tmc-file rule if either of the following is true:
|
12
|
+
# 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)
|
13
|
+
# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file.
|
14
|
+
*.tmc
|
15
|
+
*.tmcRefac
|
16
|
+
*.library
|
17
|
+
*.project.~u
|
18
|
+
*.tsproj.bak
|
19
|
+
*.xti.bak
|
20
|
+
LineIDs.dbg
|
21
|
+
LineIDs.dbg.bak
|
22
|
+
_Boot/
|
23
|
+
_CompileInfo/
|
24
|
+
_Libraries/
|
25
|
+
_ModuleInstall/
|
data/data/github/Typo3.gitignore
CHANGED
@@ -8,12 +8,15 @@
|
|
8
8
|
/typo3conf/temp_CACHED*
|
9
9
|
/typo3conf/temp_fieldInfo.php
|
10
10
|
/typo3conf/deprecation_*.log
|
11
|
-
/typo3conf/
|
11
|
+
/typo3conf/ENABLE_INSTALL_TOOL
|
12
|
+
/typo3conf/realurl_autoconf.php
|
13
|
+
/FIRST_INSTALL
|
12
14
|
# Ignore system folders, you should have them symlinked.
|
13
15
|
# If not comment out the following entries.
|
14
16
|
/typo3
|
15
17
|
/typo3_src
|
16
18
|
/typo3_src-*
|
19
|
+
/Packages
|
17
20
|
/.htaccess
|
18
21
|
/index.php
|
19
22
|
# Ignore temp directory.
|