Skip to content

Commit 4a70ab0

Browse files
authored
Merge branch 'master' into master
2 parents 33718ca + 4f1015c commit 4a70ab0

54 files changed

Lines changed: 301 additions & 99 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
_TODO_
44

5-
**Links to documentation supporting these rule changes:**
5+
**Links to documentation supporting these rule changes:**
66

77
_TODO_
88

9-
If this is a new template:
9+
If this is a new template:
1010

1111
- **Link to application or project’s homepage**: _TODO_

Actionscript.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Build and Release Folders
2-
bin/
32
bin-debug/
43
bin-release/
5-
[Oo]bj/ # FlashDevelop obj
6-
[Bb]in/ # FlashDevelop bin
4+
[Oo]bj/
5+
[Bb]in/
76

87
# Other files and folders
98
.settings/

Android.gitignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,19 @@ proguard/
3232
# Android Studio captures folder
3333
captures/
3434

35-
# Intellij
35+
# IntelliJ
3636
*.iml
3737
.idea/workspace.xml
3838
.idea/tasks.xml
3939
.idea/gradle.xml
40+
.idea/assetWizardSettings.xml
4041
.idea/dictionaries
4142
.idea/libraries
43+
.idea/caches
4244

4345
# Keystore files
44-
*.jks
46+
# Uncomment the following line if you do not want to check your keystore files in.
47+
#*.jks
4548

4649
# External native build folder generated in Android Studio 2.2 and later
4750
.externalNativeBuild
@@ -53,3 +56,10 @@ google-services.json
5356
freeline.py
5457
freeline/
5558
freeline_project_description.json
59+
60+
# fastlane
61+
fastlane/report.xml
62+
fastlane/Preview.html
63+
fastlane/screenshots
64+
fastlane/test_output
65+
fastlane/readme.md

Autotools.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ Makefile.in
3131
# http://www.gnu.org/software/texinfo
3232

3333
/texinfo.tex
34+
35+
# http://www.gnu.org/software/m4/
36+
37+
m4/libtool.m4
38+
m4/ltoptions.m4
39+
m4/ltsugar.m4
40+
m4/ltversion.m4
41+
m4/lt~obsolete.m4
42+
autom4te.cache

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ high quality, we request that contributions adhere to the following guidelines.
66
- **Provide a link to the application or project’s homepage**. Unless it’s
77
extremely popular, there’s a chance the maintainers don’t know about or use
88
the language, framework, editor, app, or project your change applies to.
9-
9+
1010
- **Provide links to documentation** supporting the change you’re making.
1111
Current, canonical documentation mentioning the files being ignored is best.
1212
If documentation isn’t available to support your change, do the best you can
1313
to explain what the files being ignored are for.
14-
14+
1515
- **Explain why you’re making a change**. Even if it seems self-evident, please
1616
take a sentence or two to tell us why your change or addition should happen.
1717
It’s especially helpful to articulate why this change applies to *everyone*
1818
who works with the applicable technology, rather than just you or your team.
19-
19+
2020
- **Please consider the scope of your change**. If your change specific to a
2121
certain language or framework, then make sure the change is made to the
2222
template for that language or framework, rather than to the template for an

Composer.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
composer.phar
22
/vendor/
33

4-
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-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
55
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
66
# composer.lock

Dart.gitignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
# See https://www.dartlang.org/tools/private-files.html
1+
# See https://www.dartlang.org/guides/libraries/private-files
22

33
# Files and directories created by pub
4+
.dart_tool/
45
.packages
5-
.pub/
66
build/
77
# If you're building an application, you may want to check-in your pubspec.lock
88
pubspec.lock
99

1010
# Directory created by dartdoc
1111
# If you don't generate documentation locally you can remove this line.
1212
doc/api/
13+
14+
# Avoid committing generated Javascript files:
15+
*.dart.js
16+
*.info.json # Produced by the --dump-info flag.
17+
*.js # When generated by dart2js. Don't specify *.js if your
18+
# project includes source files written in JavaScript.
19+
*.js_
20+
*.js.deps
21+
*.js.map

Delphi.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Deployment Manager configuration file for your project. Added in Delphi XE2.
2121
# Uncomment this if it is not mobile development and you do not use remote debug feature.
2222
#*.deployproj
23-
#
23+
#
2424
# C++ object files produced when C/C++ Output file generation is configured.
2525
# Uncomment this if you are not using external objects (zlib library for example).
2626
#*.obj

Drupal.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Ignore configuration files that may contain sensitive information.
22
sites/*/*settings*.php
3+
sites/example.sites.php
34

45
# Ignore paths that contain generated content.
56
files/
67
sites/*/files
78
sites/*/private
9+
sites/*/translations
810

911
# Ignore default text files
1012
robots.txt
@@ -16,6 +18,7 @@ robots.txt
1618
/UPGRADE.txt
1719
/README.txt
1820
sites/README.txt
21+
sites/all/libraries/README.txt
1922
sites/all/modules/README.txt
2023
sites/all/themes/README.txt
2124

Eagle.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
*.s#?
55
*.b#?
66
*.l#?
7+
*.b$?
8+
*.s$?
9+
*.l$?
710

811
# Eagle project file
912
# It contains a serial number and references to the file structure
@@ -31,14 +34,19 @@ eagle.epf
3134
*.drl
3235
*.gpi
3336
*.pls
37+
*.ger
38+
*.gpi
39+
*.xln
3440

3541
*.drd
3642
*.drd.*
3743

44+
*.s#*
45+
*.b#*
46+
3847
*.info
3948

4049
*.eps
4150

4251
# file locks introduced since 7.x
4352
*.lck
44-

0 commit comments

Comments
 (0)