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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 52db613ade83c77767867709ccb9acd56b8d47c7a75b8a35d0b126db61e9b299
|
|
4
|
+
data.tar.gz: 788898cca37c2f3809ea593f0a36af8ec920daf421d7f34ad34a9dac5161c430
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b964078bcf972e8fcd315922b793b85c9021057eb38474ebb6ff09b48cc39c871b46c08b8c4f02ffc1788471e681c16103a1b6cf7b30fde45c70394615a8d1a9
|
|
7
|
+
data.tar.gz: 3195f6c2fdb421816092df7479858afbb8c08fd81548efbde9b960b3a3318b1aeb03b5c575fbca632aedd699bc682e01d3f65c57aa510e72f782dc071aa62bc7
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3.1.2
|
data/Rakefile
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
require 'bundler/gem_tasks'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../../github/Global/Vagrant.gitignore
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
**Reasons for making this change:**
|
|
2
|
+
<!-- Include your relationship to the project and what you expect to get from this change. -->
|
|
2
3
|
|
|
3
4
|
_TODO_
|
|
4
5
|
|
|
5
|
-
**Links to documentation supporting these rule changes:**
|
|
6
|
+
**Links to documentation supporting these rule changes:**
|
|
6
7
|
|
|
7
8
|
_TODO_
|
|
8
9
|
|
|
9
|
-
If this is a new template:
|
|
10
|
+
If this is a new template:
|
|
10
11
|
|
|
11
12
|
- **Link to application or project’s homepage**: _TODO_
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
### AL ###
|
|
2
|
+
#Template for AL projects for Dynamics 365 Business Central
|
|
3
|
+
#launch.json folder
|
|
4
|
+
.vscode/
|
|
5
|
+
#Cache folder
|
|
6
|
+
.alcache/
|
|
7
|
+
#Symbols folder
|
|
8
|
+
.alpackages/
|
|
9
|
+
#Snapshots folder
|
|
10
|
+
.snapshots/
|
|
11
|
+
#Testing Output folder
|
|
12
|
+
.output/
|
|
13
|
+
#Extension App-file
|
|
14
|
+
*.app
|
|
15
|
+
#Rapid Application Development File
|
|
16
|
+
rad.json
|
|
17
|
+
#Translation Base-file
|
|
18
|
+
*.g.xlf
|
|
19
|
+
#License-file
|
|
20
|
+
*.flf
|
|
21
|
+
#Test results file
|
|
22
|
+
TestResults.xml
|
data/data/github/Agda.gitignore
CHANGED
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
# Built application files
|
|
2
|
-
*.apk
|
|
3
|
-
*.ap_
|
|
4
|
-
|
|
5
|
-
# Files for the ART/Dalvik VM
|
|
6
|
-
*.dex
|
|
7
|
-
|
|
8
|
-
# Java class files
|
|
9
|
-
*.class
|
|
10
|
-
|
|
11
|
-
# Generated files
|
|
12
|
-
bin/
|
|
13
|
-
gen/
|
|
14
|
-
out/
|
|
15
|
-
|
|
16
1
|
# Gradle files
|
|
17
2
|
.gradle/
|
|
18
3
|
build/
|
|
@@ -20,21 +5,29 @@ build/
|
|
|
20
5
|
# Local configuration file (sdk path, etc)
|
|
21
6
|
local.properties
|
|
22
7
|
|
|
23
|
-
#
|
|
24
|
-
proguard/
|
|
25
|
-
|
|
26
|
-
# Log Files
|
|
8
|
+
# Log/OS Files
|
|
27
9
|
*.log
|
|
28
10
|
|
|
29
|
-
# Android Studio
|
|
30
|
-
.navigation/
|
|
31
|
-
|
|
32
|
-
# Android Studio captures folder
|
|
11
|
+
# Android Studio generated files and folders
|
|
33
12
|
captures/
|
|
13
|
+
.externalNativeBuild/
|
|
14
|
+
.cxx/
|
|
15
|
+
*.apk
|
|
16
|
+
output.json
|
|
34
17
|
|
|
35
|
-
#
|
|
18
|
+
# IntelliJ
|
|
36
19
|
*.iml
|
|
37
|
-
.idea/
|
|
20
|
+
.idea/
|
|
21
|
+
misc.xml
|
|
22
|
+
deploymentTargetDropDown.xml
|
|
23
|
+
render.experimental.xml
|
|
38
24
|
|
|
39
25
|
# Keystore files
|
|
40
26
|
*.jks
|
|
27
|
+
*.keystore
|
|
28
|
+
|
|
29
|
+
# Google Services (e.g. APIs or Firebase)
|
|
30
|
+
google-services.json
|
|
31
|
+
|
|
32
|
+
# Android Profiling
|
|
33
|
+
*.hprof
|
|
@@ -1,18 +1,52 @@
|
|
|
1
1
|
# http://www.gnu.org/software/automake
|
|
2
2
|
|
|
3
3
|
Makefile.in
|
|
4
|
+
/ar-lib
|
|
5
|
+
/mdate-sh
|
|
6
|
+
/py-compile
|
|
7
|
+
/test-driver
|
|
8
|
+
/ylwrap
|
|
9
|
+
.deps/
|
|
10
|
+
.dirstamp
|
|
4
11
|
|
|
5
12
|
# http://www.gnu.org/software/autoconf
|
|
6
13
|
|
|
7
|
-
|
|
14
|
+
autom4te.cache
|
|
8
15
|
/autoscan.log
|
|
9
16
|
/autoscan-*.log
|
|
10
17
|
/aclocal.m4
|
|
11
18
|
/compile
|
|
19
|
+
/config.cache
|
|
20
|
+
/config.guess
|
|
12
21
|
/config.h.in
|
|
22
|
+
/config.log
|
|
23
|
+
/config.status
|
|
24
|
+
/config.sub
|
|
13
25
|
/configure
|
|
14
26
|
/configure.scan
|
|
15
27
|
/depcomp
|
|
16
28
|
/install-sh
|
|
17
29
|
/missing
|
|
18
30
|
/stamp-h1
|
|
31
|
+
|
|
32
|
+
# https://www.gnu.org/software/libtool/
|
|
33
|
+
|
|
34
|
+
/ltmain.sh
|
|
35
|
+
|
|
36
|
+
# http://www.gnu.org/software/texinfo
|
|
37
|
+
|
|
38
|
+
/texinfo.tex
|
|
39
|
+
|
|
40
|
+
# http://www.gnu.org/software/m4/
|
|
41
|
+
|
|
42
|
+
m4/libtool.m4
|
|
43
|
+
m4/ltoptions.m4
|
|
44
|
+
m4/ltsugar.m4
|
|
45
|
+
m4/ltversion.m4
|
|
46
|
+
m4/lt~obsolete.m4
|
|
47
|
+
|
|
48
|
+
# Generated Makefile
|
|
49
|
+
# (meta build system like autotools,
|
|
50
|
+
# can automatically generate from config.status script
|
|
51
|
+
# (which is called by configure script))
|
|
52
|
+
Makefile
|
data/data/github/C++.gitignore
CHANGED
data/data/github/C.gitignore
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
|
+
# Prerequisites
|
|
2
|
+
*.d
|
|
3
|
+
|
|
1
4
|
# Object files
|
|
2
5
|
*.o
|
|
3
6
|
*.ko
|
|
4
7
|
*.obj
|
|
5
8
|
*.elf
|
|
6
9
|
|
|
10
|
+
# Linker output
|
|
11
|
+
*.ilk
|
|
12
|
+
*.map
|
|
13
|
+
*.exp
|
|
14
|
+
|
|
7
15
|
# Precompiled Headers
|
|
8
16
|
*.gch
|
|
9
17
|
*.pch
|
|
@@ -31,3 +39,14 @@
|
|
|
31
39
|
# Debug files
|
|
32
40
|
*.dSYM/
|
|
33
41
|
*.su
|
|
42
|
+
*.idb
|
|
43
|
+
*.pdb
|
|
44
|
+
|
|
45
|
+
# Kernel Module Compile Results
|
|
46
|
+
*.mod*
|
|
47
|
+
*.cmd
|
|
48
|
+
.tmp_versions/
|
|
49
|
+
modules.order
|
|
50
|
+
Module.symvers
|
|
51
|
+
Mkfile.old
|
|
52
|
+
dkms.conf
|
data/data/github/CMake.gitignore
CHANGED
data/data/github/CONTRIBUTING.md
CHANGED
|
@@ -6,17 +6,17 @@ high quality, we request that contributions adhere to the following guidelines.
|
|
|
6
6
|
- **Provide a link to the application or project’s homepage**. Unless it’s
|
|
7
7
|
extremely popular, there’s a chance the maintainers don’t know about or use
|
|
8
8
|
the language, framework, editor, app, or project your change applies to.
|
|
9
|
-
|
|
9
|
+
|
|
10
10
|
- **Provide links to documentation** supporting the change you’re making.
|
|
11
11
|
Current, canonical documentation mentioning the files being ignored is best.
|
|
12
12
|
If documentation isn’t available to support your change, do the best you can
|
|
13
13
|
to explain what the files being ignored are for.
|
|
14
|
-
|
|
14
|
+
|
|
15
15
|
- **Explain why you’re making a change**. Even if it seems self-evident, please
|
|
16
16
|
take a sentence or two to tell us why your change or addition should happen.
|
|
17
17
|
It’s especially helpful to articulate why this change applies to *everyone*
|
|
18
18
|
who works with the applicable technology, rather than just you or your team.
|
|
19
|
-
|
|
19
|
+
|
|
20
20
|
- **Please consider the scope of your change**. If your change specific to a
|
|
21
21
|
certain language or framework, then make sure the change is made to the
|
|
22
22
|
template for that language or framework, rather than to the template for an
|
|
@@ -28,6 +28,11 @@ high quality, we request that contributions adhere to the following guidelines.
|
|
|
28
28
|
In general, the more you can do to help us understand the change you’re making,
|
|
29
29
|
the more likely we’ll be to accept your contribution quickly.
|
|
30
30
|
|
|
31
|
+
If a template is mostly a list of files installed by a particular version of
|
|
32
|
+
some software (e.g. a PHP framework) then it's brittle and probably no more
|
|
33
|
+
helpful than a simple `ls`. If it's not possible to curate a small set of
|
|
34
|
+
useful rules, then the template might not be a good fit for this collection.
|
|
35
|
+
|
|
31
36
|
Please also understand that we can’t list every tool that ever existed.
|
|
32
37
|
Our aim is to curate a collection of the *most common and helpful* templates,
|
|
33
38
|
not to make sure we cover every project possible. If we choose not to
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Leiningen.gitignore
|
|
@@ -2,5 +2,17 @@
|
|
|
2
2
|
*/logs/log-*.php
|
|
3
3
|
!*/logs/index.html
|
|
4
4
|
*/cache/*
|
|
5
|
+
!system/cache/*
|
|
5
6
|
!*/cache/index.html
|
|
6
7
|
!*/cache/.htaccess
|
|
8
|
+
|
|
9
|
+
user_guide_src/build/*
|
|
10
|
+
user_guide_src/cilexer/build/*
|
|
11
|
+
user_guide_src/cilexer/dist/*
|
|
12
|
+
user_guide_src/cilexer/pycilexer.egg-info/*
|
|
13
|
+
|
|
14
|
+
#codeigniter 3
|
|
15
|
+
application/logs/*
|
|
16
|
+
!application/logs/index.html
|
|
17
|
+
!application/logs/.htaccess
|
|
18
|
+
/vendor/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
composer.phar
|
|
2
2
|
/vendor/
|
|
3
3
|
|
|
4
|
-
# Commit your application's lock file
|
|
4
|
+
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
|
5
5
|
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
6
6
|
# composer.lock
|
|
@@ -1,4 +1,21 @@
|
|
|
1
|
+
# ignore the error log and .htaccess and others
|
|
2
|
+
error_log
|
|
3
|
+
.htaccess
|
|
4
|
+
|
|
5
|
+
# concrete5 5.6 specific
|
|
6
|
+
|
|
1
7
|
config/site.php
|
|
2
8
|
files/cache/*
|
|
3
9
|
files/tmp/*
|
|
4
|
-
|
|
10
|
+
|
|
11
|
+
# concrete5 5.7 specific
|
|
12
|
+
|
|
13
|
+
# ignore everything but the index.html
|
|
14
|
+
/application/files/*
|
|
15
|
+
!/application/files/index.html
|
|
16
|
+
|
|
17
|
+
# ignore updates folder
|
|
18
|
+
/updates/*
|
|
19
|
+
|
|
20
|
+
# ignore sitemap.xml
|
|
21
|
+
/sitemap.xml
|
data/data/github/Coq.gitignore
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
-
|
|
1
|
+
.*.aux
|
|
2
|
+
.*.d
|
|
3
|
+
*.a
|
|
4
|
+
*.cma
|
|
5
|
+
*.cmi
|
|
6
|
+
*.cmo
|
|
7
|
+
*.cmx
|
|
8
|
+
*.cmxa
|
|
9
|
+
*.cmxs
|
|
2
10
|
*.glob
|
|
11
|
+
*.ml.d
|
|
12
|
+
*.ml4.d
|
|
13
|
+
*.mlg.d
|
|
14
|
+
*.mli.d
|
|
15
|
+
*.mllib.d
|
|
16
|
+
*.mlpack.d
|
|
17
|
+
*.native
|
|
18
|
+
*.o
|
|
3
19
|
*.v.d
|
|
20
|
+
*.vio
|
|
21
|
+
*.vo
|
|
22
|
+
*.vok
|
|
23
|
+
*.vos
|
|
24
|
+
.coq-native
|
|
25
|
+
.csdp.cache
|
|
26
|
+
.lia.cache
|
|
27
|
+
.nia.cache
|
|
28
|
+
.nlia.cache
|
|
29
|
+
.nra.cache
|
|
30
|
+
csdp.cache
|
|
31
|
+
lia.cache
|
|
32
|
+
nia.cache
|
|
33
|
+
nlia.cache
|
|
34
|
+
nra.cache
|
|
35
|
+
native_compute_profile_*.data
|
|
36
|
+
|
|
37
|
+
# generated timing files
|
|
38
|
+
*.timing.diff
|
|
39
|
+
*.v.after-timing
|
|
40
|
+
*.v.before-timing
|
|
41
|
+
*.v.timing
|
|
42
|
+
time-of-build-after.log
|
|
43
|
+
time-of-build-before.log
|
|
44
|
+
time-of-build-both.log
|
|
45
|
+
time-of-build-pretty.log
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
# Craft Storage (
|
|
1
|
+
# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
|
|
2
|
+
# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
|
|
2
3
|
/craft/storage/*
|
|
3
|
-
!/craft/storage/
|
|
4
|
+
!/craft/storage/rebrand
|
data/data/github/Dart.gitignore
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
# See https://www.dartlang.org/
|
|
1
|
+
# See https://www.dartlang.org/guides/libraries/private-files
|
|
2
2
|
|
|
3
3
|
# Files and directories created by pub
|
|
4
|
-
.
|
|
4
|
+
.dart_tool/
|
|
5
5
|
.packages
|
|
6
|
-
.project
|
|
7
|
-
.pub/
|
|
8
6
|
build/
|
|
9
|
-
|
|
7
|
+
# If you're building an application, you may want to check-in your pubspec.lock
|
|
8
|
+
pubspec.lock
|
|
9
|
+
|
|
10
|
+
# Directory created by dartdoc
|
|
11
|
+
# If you don't generate documentation locally you can remove this line.
|
|
12
|
+
doc/api/
|
|
13
|
+
|
|
14
|
+
# dotenv environment variables file
|
|
15
|
+
.env*
|
|
10
16
|
|
|
11
|
-
#
|
|
12
|
-
# (Most Dart developers will use pub build to compile Dart, use/modify these
|
|
13
|
-
# rules if you intend to use dart2js directly
|
|
14
|
-
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
|
|
15
|
-
# differentiate from explicit Javascript files)
|
|
17
|
+
# Avoid committing generated Javascript files:
|
|
16
18
|
*.dart.js
|
|
17
|
-
*.
|
|
19
|
+
*.info.json # Produced by the --dump-info flag.
|
|
20
|
+
*.js # When generated by dart2js. Don't specify *.js if your
|
|
21
|
+
# project includes source files written in JavaScript.
|
|
22
|
+
*.js_
|
|
18
23
|
*.js.deps
|
|
19
24
|
*.js.map
|
|
20
|
-
*.info.json
|
|
21
25
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
# Don't commit pubspec lock file
|
|
26
|
-
# (Library packages only! Remove pattern if developing an application package)
|
|
27
|
-
pubspec.lock
|
|
26
|
+
.flutter-plugins
|
|
27
|
+
.flutter-plugins-dependencies
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# Deployment Manager configuration file for your project. Added in Delphi XE2.
|
|
21
21
|
# Uncomment this if it is not mobile development and you do not use remote debug feature.
|
|
22
22
|
#*.deployproj
|
|
23
|
-
#
|
|
23
|
+
#
|
|
24
24
|
# C++ object files produced when C/C++ Output file generation is configured.
|
|
25
25
|
# Uncomment this if you are not using external objects (zlib library for example).
|
|
26
26
|
#*.obj
|
|
@@ -64,3 +64,6 @@ __recovery/
|
|
|
64
64
|
|
|
65
65
|
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
|
|
66
66
|
*.stat
|
|
67
|
+
|
|
68
|
+
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
|
|
69
|
+
modules/
|
|
@@ -1,36 +1,62 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
1
|
+
# gitignore template for Drupal 8 projects
|
|
2
|
+
#
|
|
3
|
+
# earlier versions of Drupal are tracked in `community/PHP/`
|
|
4
|
+
#
|
|
5
|
+
# follows official upstream conventions:
|
|
6
|
+
# https://www.drupal.org/docs/develop/using-composer
|
|
3
7
|
|
|
4
|
-
# Ignore
|
|
5
|
-
|
|
6
|
-
sites
|
|
7
|
-
sites/*/private
|
|
8
|
+
# Ignore configuration files that may contain sensitive information
|
|
9
|
+
/web/sites/*/*settings*.php
|
|
10
|
+
/web/sites/*/*services*.yml
|
|
8
11
|
|
|
9
|
-
# Ignore
|
|
10
|
-
|
|
11
|
-
/
|
|
12
|
-
/
|
|
13
|
-
/
|
|
14
|
-
/
|
|
15
|
-
/MAINTAINERS.txt
|
|
16
|
-
/UPGRADE.txt
|
|
17
|
-
/README.txt
|
|
18
|
-
sites/README.txt
|
|
19
|
-
sites/all/modules/README.txt
|
|
20
|
-
sites/all/themes/README.txt
|
|
12
|
+
# Ignore paths that may contain user-generated content
|
|
13
|
+
/web/sites/*/files
|
|
14
|
+
/web/sites/*/public
|
|
15
|
+
/web/sites/*/private
|
|
16
|
+
/web/sites/*/files-public
|
|
17
|
+
/web/sites/*/files-private
|
|
21
18
|
|
|
22
|
-
# Ignore
|
|
23
|
-
|
|
24
|
-
web
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
/
|
|
32
|
-
/
|
|
33
|
-
/
|
|
34
|
-
/
|
|
35
|
-
/
|
|
36
|
-
/themes
|
|
19
|
+
# Ignore paths that may contain temporary files
|
|
20
|
+
/web/sites/*/translations
|
|
21
|
+
/web/sites/*/tmp
|
|
22
|
+
/web/sites/*/cache
|
|
23
|
+
|
|
24
|
+
# Ignore drupal core (if not versioning drupal sources)
|
|
25
|
+
/web/vendor
|
|
26
|
+
/web/core
|
|
27
|
+
/web/modules/README.txt
|
|
28
|
+
/web/profiles/README.txt
|
|
29
|
+
/web/sites/development.services.yml
|
|
30
|
+
/web/sites/example.settings.local.php
|
|
31
|
+
/web/sites/example.sites.php
|
|
32
|
+
/web/sites/README.txt
|
|
33
|
+
/web/themes/README.txt
|
|
34
|
+
/web/.csslintrc
|
|
35
|
+
/web/.editorconfig
|
|
36
|
+
/web/.eslintignore
|
|
37
|
+
/web/.eslintrc.json
|
|
38
|
+
/web/.gitattributes
|
|
39
|
+
/web/.htaccess
|
|
40
|
+
/web/.ht.router.php
|
|
41
|
+
/web/autoload.php
|
|
42
|
+
/web/composer.json
|
|
43
|
+
/web/composer.lock
|
|
44
|
+
/web/example.gitignore
|
|
45
|
+
/web/index.php
|
|
46
|
+
/web/INSTALL.txt
|
|
47
|
+
/web/LICENSE.txt
|
|
48
|
+
/web/README.txt
|
|
49
|
+
/web/robots.txt
|
|
50
|
+
/web/update.php
|
|
51
|
+
/web/web.config
|
|
52
|
+
|
|
53
|
+
# Ignore vendor dependencies and scripts
|
|
54
|
+
/vendor
|
|
55
|
+
/composer.phar
|
|
56
|
+
/composer
|
|
57
|
+
/robo.phar
|
|
58
|
+
/robo
|
|
59
|
+
/drush.phar
|
|
60
|
+
/drush
|
|
61
|
+
/drupal.phar
|
|
62
|
+
/drupal
|
data/data/github/Eagle.gitignore
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
*.s#?
|
|
5
5
|
*.b#?
|
|
6
6
|
*.l#?
|
|
7
|
+
*.b$?
|
|
8
|
+
*.s$?
|
|
9
|
+
*.l$?
|
|
7
10
|
|
|
8
11
|
# Eagle project file
|
|
9
12
|
# It contains a serial number and references to the file structure
|
|
@@ -31,14 +34,18 @@ eagle.epf
|
|
|
31
34
|
*.drl
|
|
32
35
|
*.gpi
|
|
33
36
|
*.pls
|
|
37
|
+
*.ger
|
|
38
|
+
*.xln
|
|
34
39
|
|
|
35
40
|
*.drd
|
|
36
41
|
*.drd.*
|
|
37
42
|
|
|
43
|
+
*.s#*
|
|
44
|
+
*.b#*
|
|
45
|
+
|
|
38
46
|
*.info
|
|
39
47
|
|
|
40
48
|
*.eps
|
|
41
49
|
|
|
42
50
|
# file locks introduced since 7.x
|
|
43
51
|
*.lck
|
|
44
|
-
|
data/data/github/Elisp.gitignore
CHANGED
data/data/github/Elm.gitignore
CHANGED
data/data/github/ExtJs.gitignore
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
.architect
|
|
2
|
+
bootstrap.css
|
|
3
|
+
bootstrap.js
|
|
2
4
|
bootstrap.json
|
|
5
|
+
bootstrap.jsonp
|
|
3
6
|
build/
|
|
7
|
+
classic.json
|
|
8
|
+
classic.jsonp
|
|
4
9
|
ext/
|
|
10
|
+
modern.json
|
|
11
|
+
modern.jsonp
|
|
12
|
+
resources/sass/.sass-cache/
|
|
13
|
+
resources/.arch-internal-preview.css
|
|
14
|
+
.arch-internal-preview.css
|