forgitter 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/github/Android.gitignore +15 -0
- data/data/github/Autotools.gitignore +15 -0
- data/data/github/C++.gitignore +3 -0
- data/data/github/C.gitignore +18 -0
- data/data/github/CMake.gitignore +2 -0
- data/data/github/CONTRIBUTING.md +5 -0
- data/data/github/Clojure.gitignore +2 -1
- data/data/github/CodeIgniter.gitignore +11 -0
- data/data/github/CommonLisp.gitignore +14 -0
- data/data/github/Coq.gitignore +28 -1
- data/data/github/Dart.gitignore +8 -2
- data/data/github/Elisp.gitignore +6 -0
- data/data/github/Elixir.gitignore +1 -0
- data/data/github/Elm.gitignore +1 -1
- data/data/github/Erlang.gitignore +1 -1
- data/data/github/ExtJs.gitignore +8 -0
- data/data/github/Fortran.gitignore +3 -0
- data/data/github/Global/Ansible.gitignore +1 -0
- data/data/github/Global/Eclipse.gitignore +5 -0
- data/data/github/Global/Emacs.gitignore +4 -1
- data/data/github/Global/JetBrains.gitignore +12 -13
- data/data/github/Global/Linux.gitignore +3 -0
- data/data/github/Global/Matlab.gitignore +3 -0
- data/data/github/Global/NetBeans.gitignore +0 -1
- data/data/github/Global/SBT.gitignore +3 -0
- data/data/github/Global/Stata.gitignore +24 -0
- data/data/github/Global/SublimeText.gitignore +3 -0
- data/data/github/Global/Tags.gitignore +1 -0
- data/data/github/Global/Vim.gitignore +4 -2
- data/data/github/Global/VisualStudioCode.gitignore +5 -2
- data/data/github/Global/Windows.gitignore +2 -1
- data/data/github/Global/{OSX.gitignore → macOS.gitignore} +26 -25
- data/data/github/Go.gitignore +10 -20
- data/data/github/Gradle.gitignore +1 -1
- data/data/github/Haskell.gitignore +1 -0
- data/data/github/Java.gitignore +10 -0
- data/data/github/Joomla.gitignore +15 -26
- data/data/github/KiCad.gitignore +2 -1
- data/data/github/LICENSE +116 -19
- data/data/github/Laravel.gitignore +6 -1
- data/data/github/Leiningen.gitignore +2 -1
- data/data/github/Magento.gitignore +16 -104
- data/data/github/Maven.gitignore +3 -0
- data/data/github/Nanoc.gitignore +2 -2
- data/data/github/Node.gitignore +24 -2
- data/data/github/Objective-C.gitignore +7 -4
- data/data/github/OpenCart.gitignore +7 -0
- data/data/github/Perl.gitignore +27 -12
- data/data/github/PlayFramework.gitignore +1 -0
- data/data/github/PureScript.gitignore +8 -0
- data/data/github/Python.gitignore +6 -1
- data/data/github/Qt.gitignore +1 -1
- data/data/github/README.md +6 -1
- data/data/github/Rails.gitignore +4 -2
- data/data/github/Rust.gitignore +3 -0
- data/data/github/Scala.gitignore +0 -15
- data/data/github/SugarCRM.gitignore +2 -0
- data/data/github/Swift.gitignore +4 -2
- data/data/github/Symfony.gitignore +1 -4
- data/data/github/TeX.gitignore +46 -3
- data/data/github/Terraform.gitignore +3 -0
- data/data/github/Unity.gitignore +6 -1
- data/data/github/UnrealEngine.gitignore +8 -0
- data/data/github/VisualStudio.gitignore +28 -3
- data/data/github/Waf.gitignore +9 -4
- data/lib/forgitter/version.rb +1 -1
- metadata +6 -4
- data/data/github/Global/IPythonNotebook.gitignore +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b16b7144eed8a39f964a50651ef96df78ec9d943
|
4
|
+
data.tar.gz: 5c233b034add3ed8737bae1b0dcb8c39f516c5aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed87615add8ed99a787a3cbcf25ab86d8466150ce49fafae8228f034bf544a387991f6aca1e5ac40ec7d1024713be15b053e8f2aef7300d08289e826bebab4ff
|
7
|
+
data.tar.gz: 28bdf6bc04577576f8807242cfee580c9fc515826dfdeeffebbd558f235ca3216870128cc67d31953a7afe2df92952937ddd5918bf8865c8cfe47c06d90d9e0c
|
@@ -35,6 +35,21 @@ captures/
|
|
35
35
|
# Intellij
|
36
36
|
*.iml
|
37
37
|
.idea/workspace.xml
|
38
|
+
.idea/tasks.xml
|
39
|
+
.idea/gradle.xml
|
40
|
+
.idea/dictionaries
|
41
|
+
.idea/libraries
|
38
42
|
|
39
43
|
# Keystore files
|
40
44
|
*.jks
|
45
|
+
|
46
|
+
# External native build folder generated in Android Studio 2.2 and later
|
47
|
+
.externalNativeBuild
|
48
|
+
|
49
|
+
# Google Services (e.g. APIs or Firebase)
|
50
|
+
google-services.json
|
51
|
+
|
52
|
+
# Freeline
|
53
|
+
freeline.py
|
54
|
+
freeline/
|
55
|
+
freeline_project_description.json
|
@@ -1,6 +1,11 @@
|
|
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
|
4
9
|
|
5
10
|
# http://www.gnu.org/software/autoconf
|
6
11
|
|
@@ -9,10 +14,20 @@ Makefile.in
|
|
9
14
|
/autoscan-*.log
|
10
15
|
/aclocal.m4
|
11
16
|
/compile
|
17
|
+
/config.guess
|
12
18
|
/config.h.in
|
19
|
+
/config.sub
|
13
20
|
/configure
|
14
21
|
/configure.scan
|
15
22
|
/depcomp
|
16
23
|
/install-sh
|
17
24
|
/missing
|
18
25
|
/stamp-h1
|
26
|
+
|
27
|
+
# https://www.gnu.org/software/libtool/
|
28
|
+
|
29
|
+
/ltmain.sh
|
30
|
+
|
31
|
+
# http://www.gnu.org/software/texinfo
|
32
|
+
|
33
|
+
/texinfo.tex
|
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,13 @@
|
|
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
|
+
modules.order
|
49
|
+
Module.symvers
|
50
|
+
Mkfile.old
|
51
|
+
dkms.conf
|
data/data/github/CMake.gitignore
CHANGED
data/data/github/CONTRIBUTING.md
CHANGED
@@ -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
|
@@ -4,3 +4,14 @@
|
|
4
4
|
*/cache/*
|
5
5
|
!*/cache/index.html
|
6
6
|
!*/cache/.htaccess
|
7
|
+
|
8
|
+
user_guide_src/build/*
|
9
|
+
user_guide_src/cilexer/build/*
|
10
|
+
user_guide_src/cilexer/dist/*
|
11
|
+
user_guide_src/cilexer/pycilexer.egg-info/*
|
12
|
+
|
13
|
+
#codeigniter 3
|
14
|
+
application/logs/*
|
15
|
+
!application/logs/index.html
|
16
|
+
!application/logs/.htaccess
|
17
|
+
/vendor/
|
data/data/github/Coq.gitignore
CHANGED
@@ -1,3 +1,30 @@
|
|
1
|
-
|
1
|
+
.*.aux
|
2
|
+
*.a
|
3
|
+
*.cma
|
4
|
+
*.cmi
|
5
|
+
*.cmo
|
6
|
+
*.cmx
|
7
|
+
*.cmxa
|
8
|
+
*.cmxs
|
2
9
|
*.glob
|
10
|
+
*.ml.d
|
11
|
+
*.ml4.d
|
12
|
+
*.mli.d
|
13
|
+
*.mllib.d
|
14
|
+
*.mlpack.d
|
15
|
+
*.native
|
16
|
+
*.o
|
3
17
|
*.v.d
|
18
|
+
*.vio
|
19
|
+
*.vo
|
20
|
+
.coq-native/
|
21
|
+
.csdp.cache
|
22
|
+
.lia.cache
|
23
|
+
.nia.cache
|
24
|
+
.nlia.cache
|
25
|
+
.nra.cache
|
26
|
+
csdp.cache
|
27
|
+
lia.cache
|
28
|
+
nia.cache
|
29
|
+
nlia.cache
|
30
|
+
nra.cache
|
data/data/github/Dart.gitignore
CHANGED
@@ -1,13 +1,19 @@
|
|
1
1
|
# See https://www.dartlang.org/tools/private-files.html
|
2
2
|
|
3
3
|
# Files and directories created by pub
|
4
|
-
|
4
|
+
|
5
|
+
# SDK 1.20 and later (no longer creates packages directories)
|
5
6
|
.packages
|
6
|
-
.project
|
7
7
|
.pub/
|
8
8
|
build/
|
9
|
+
|
10
|
+
# Older SDK versions
|
11
|
+
# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20)
|
12
|
+
.project
|
13
|
+
.buildlog
|
9
14
|
**/packages/
|
10
15
|
|
16
|
+
|
11
17
|
# Files created by dart2js
|
12
18
|
# (Most Dart developers will use pub build to compile Dart, use/modify these
|
13
19
|
# rules if you intend to use dart2js directly
|
data/data/github/Elisp.gitignore
CHANGED
data/data/github/Elm.gitignore
CHANGED
data/data/github/ExtJs.gitignore
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
*.retry
|
@@ -2,26 +2,25 @@
|
|
2
2
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
3
3
|
|
4
4
|
# User-specific stuff:
|
5
|
-
.idea
|
6
|
-
.idea
|
5
|
+
.idea/**/workspace.xml
|
6
|
+
.idea/**/tasks.xml
|
7
7
|
.idea/dictionaries
|
8
|
-
.idea/vcs.xml
|
9
|
-
.idea/jsLibraryMappings.xml
|
10
8
|
|
11
9
|
# Sensitive or high-churn files:
|
12
|
-
.idea/
|
13
|
-
.idea
|
14
|
-
.idea
|
15
|
-
.idea
|
16
|
-
.idea
|
17
|
-
.idea
|
10
|
+
.idea/**/dataSources/
|
11
|
+
.idea/**/dataSources.ids
|
12
|
+
.idea/**/dataSources.xml
|
13
|
+
.idea/**/dataSources.local.xml
|
14
|
+
.idea/**/sqlDataSources.xml
|
15
|
+
.idea/**/dynamic.xml
|
16
|
+
.idea/**/uiDesigner.xml
|
18
17
|
|
19
18
|
# Gradle:
|
20
|
-
.idea
|
21
|
-
.idea
|
19
|
+
.idea/**/gradle.xml
|
20
|
+
.idea/**/libraries
|
22
21
|
|
23
22
|
# Mongo Explorer plugin:
|
24
|
-
.idea
|
23
|
+
.idea/**/mongoSettings.xml
|
25
24
|
|
26
25
|
## File-based project format:
|
27
26
|
*.iws
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# .gitignore file for git projects containing Stata files
|
2
|
+
# Commercial statistical software: http://www.stata.com
|
3
|
+
|
4
|
+
# Stata dataset and output files
|
5
|
+
*.dta
|
6
|
+
*.gph
|
7
|
+
*.log
|
8
|
+
*.smcl
|
9
|
+
*.stpr
|
10
|
+
*.stsem
|
11
|
+
|
12
|
+
# Graphic export files from Stata
|
13
|
+
# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf
|
14
|
+
#
|
15
|
+
# You may add graphic export files to your .gitignore. However you should be
|
16
|
+
# aware that this will exclude all image files from this main directory
|
17
|
+
# and subdirectories.
|
18
|
+
# *.ps
|
19
|
+
# *.eps
|
20
|
+
# *.wmf
|
21
|
+
# *.emf
|
22
|
+
# *.pdf
|
23
|
+
# *.png
|
24
|
+
# *.tif
|
@@ -20,6 +20,9 @@ Package Control.ca-bundle
|
|
20
20
|
Package Control.system-ca-bundle
|
21
21
|
Package Control.cache/
|
22
22
|
Package Control.ca-certs/
|
23
|
+
Package Control.merged-ca-bundle
|
24
|
+
Package Control.user-ca-bundle
|
25
|
+
oscrypto-ca-bundle.crt
|
23
26
|
bh_unicode_properties.cache
|
24
27
|
|
25
28
|
# Sublime-github package stores a github token in this file
|
@@ -1,25 +1,26 @@
|
|
1
|
-
*.DS_Store
|
2
|
-
.AppleDouble
|
3
|
-
.LSOverride
|
4
|
-
|
5
|
-
# Icon must end with two \r
|
6
|
-
Icon
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
.
|
14
|
-
.
|
15
|
-
.
|
16
|
-
.
|
17
|
-
.
|
18
|
-
.
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
.
|
23
|
-
|
24
|
-
|
25
|
-
|
1
|
+
*.DS_Store
|
2
|
+
.AppleDouble
|
3
|
+
.LSOverride
|
4
|
+
|
5
|
+
# Icon must end with two \r
|
6
|
+
Icon
|
7
|
+
|
8
|
+
|
9
|
+
# Thumbnails
|
10
|
+
._*
|
11
|
+
|
12
|
+
# Files that might appear in the root of a volume
|
13
|
+
.DocumentRevisions-V100
|
14
|
+
.fseventsd
|
15
|
+
.Spotlight-V100
|
16
|
+
.TemporaryItems
|
17
|
+
.Trashes
|
18
|
+
.VolumeIcon.icns
|
19
|
+
.com.apple.timemachine.donotpresent
|
20
|
+
|
21
|
+
# Directories potentially created on remote AFP share
|
22
|
+
.AppleDB
|
23
|
+
.AppleDesktop
|
24
|
+
Network Trash Folder
|
25
|
+
Temporary Items
|
26
|
+
.apdisk
|
data/data/github/Go.gitignore
CHANGED
@@ -1,24 +1,14 @@
|
|
1
|
-
#
|
2
|
-
*.
|
3
|
-
*.
|
1
|
+
# Binaries for programs and plugins
|
2
|
+
*.exe
|
3
|
+
*.dll
|
4
4
|
*.so
|
5
|
+
*.dylib
|
5
6
|
|
6
|
-
#
|
7
|
-
|
8
|
-
_test
|
9
|
-
|
10
|
-
# Architecture specific extensions/prefixes
|
11
|
-
*.[568vq]
|
12
|
-
[568vq].out
|
13
|
-
|
14
|
-
*.cgo1.go
|
15
|
-
*.cgo2.c
|
16
|
-
_cgo_defun.c
|
17
|
-
_cgo_gotypes.go
|
18
|
-
_cgo_export.*
|
7
|
+
# Test binary, build with `go test -c`
|
8
|
+
*.test
|
19
9
|
|
20
|
-
|
10
|
+
# Output of the go coverage tool, specifically when used with LiteIDE
|
11
|
+
*.out
|
21
12
|
|
22
|
-
|
23
|
-
|
24
|
-
*.prof
|
13
|
+
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
14
|
+
.glide/
|
data/data/github/Java.gitignore
CHANGED
@@ -1,5 +1,12 @@
|
|
1
|
+
# Compiled class file
|
1
2
|
*.class
|
2
3
|
|
4
|
+
# Log file
|
5
|
+
*.log
|
6
|
+
|
7
|
+
# BlueJ files
|
8
|
+
*.ctxt
|
9
|
+
|
3
10
|
# Mobile Tools for Java (J2ME)
|
4
11
|
.mtj.tmp/
|
5
12
|
|
@@ -7,6 +14,9 @@
|
|
7
14
|
*.jar
|
8
15
|
*.war
|
9
16
|
*.ear
|
17
|
+
*.zip
|
18
|
+
*.tar.gz
|
19
|
+
*.rar
|
10
20
|
|
11
21
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
12
22
|
hs_err_pid*
|