Skip to content

Commit e35762d

Browse files
Merge pull request #1 from github/master
Updating my fork with the original master
2 parents c68eb91 + a53b4a3 commit e35762d

Some content is hidden

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

53 files changed

+998
-121
lines changed

CMake.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CMakeLists.txt.user
12
CMakeCache.txt
23
CMakeFiles
34
CMakeScripts

Drupal.gitignore

Lines changed: 42 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,46 @@
1-
# Ignore configuration files that may contain sensitive information.
2-
sites/*/*settings*.php
3-
sites/example.sites.php
1+
# gitignore template for Drupal 8 projects
2+
#
3+
# earlier versions of Drupal are tracked in `community/Python/`
44

5-
# Ignore paths that contain generated content.
6-
files/
7-
sites/*/files
8-
sites/*/private
9-
sites/*/translations
5+
# Ignore configuration files that may contain sensitive information
6+
/sites/*/*settings*.php
7+
/sites/*/*services*.yml
108

11-
# Ignore default text files
12-
robots.txt
13-
/CHANGELOG.txt
14-
/COPYRIGHT.txt
15-
/INSTALL*.txt
9+
# Ignore paths that may contain user-generated content
10+
/sites/*/files
11+
/sites/*/public
12+
/sites/*/private
13+
/sites/*/files-public
14+
/sites/*/files-private
15+
16+
# Ignore paths that may contain temporary files
17+
/sites/*/translations
18+
/sites/*/tmp
19+
/sites/*/cache
20+
21+
# Ignore drupal core (if not versioning drupal sources)
22+
/core
23+
/modules/README.txt
24+
/profiles/README.txt
25+
/sites/README.txt
26+
/sites/example.sites.php
27+
/sites/example.settings.local.php
28+
/sites/development.services.yml
29+
/themes/README.txt
30+
/vendor
31+
/.csslintrc
32+
/.editorconfig
33+
/.eslintignore
34+
/.eslintrc.json
35+
/.gitattributes
36+
/.htaccess
37+
/autoload.php
38+
/composer.json
39+
/composer.lock
40+
/example.gitignore
41+
/index.php
1642
/LICENSE.txt
17-
/MAINTAINERS.txt
18-
/UPGRADE.txt
1943
/README.txt
20-
sites/README.txt
21-
sites/all/libraries/README.txt
22-
sites/all/modules/README.txt
23-
sites/all/themes/README.txt
24-
25-
# Ignore everything but the "sites" folder ( for non core developer )
26-
.htaccess
27-
web.config
28-
authorize.php
29-
cron.php
30-
index.php
31-
install.php
32-
update.php
33-
xmlrpc.php
34-
/includes
35-
/misc
36-
/modules
37-
/profiles
38-
/scripts
39-
/themes
44+
/robots.txt
45+
/update.php
46+
/web.config

Elixir.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ erl_crash.dump
77
*.ez
88
*.beam
99
/config/*.secret.exs
10+
.elixir_ls/

Global/Emacs.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ flycheck_*.el
4343

4444
# directory configuration
4545
.dir-locals.el
46+
47+
# network security
48+
/network-security.data
49+

Global/Images.gitignore

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# JPEG
2+
*.jpg
3+
*.jpeg
4+
*.jpe
5+
*.jif
6+
*.jfif
7+
*.jfi
8+
9+
# JPEG 2000
10+
*.jp2
11+
*.j2k
12+
*.jpf
13+
*.jpx
14+
*.jpm
15+
*.mj2
16+
17+
# JPEG XR
18+
*.jxr
19+
*.hdp
20+
*.wdp
21+
22+
# Graphics Interchange Format
23+
*.gif
24+
25+
# RAW
26+
*.raw
27+
28+
# Web P
29+
*.webp
30+
31+
# Portable Network Graphics
32+
*.png
33+
34+
# Animated Portable Network Graphics
35+
*.apng
36+
37+
# Multiple-image Network Graphics
38+
*.mng
39+
40+
# Tagged Image File Format
41+
*.tiff
42+
*.tif
43+
44+
# Scalable Vector Graphics
45+
*.svg
46+
*.svgz
47+
48+
# Portable Document Format
49+
*.pdf
50+
51+
# X BitMap
52+
*.xbm
53+
54+
# BMP
55+
*.bmp
56+
*.dib
57+
58+
# ICO
59+
*.ico
60+
61+
# 3D Images
62+
*.3dm
63+
*.max

Global/NetBeans.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
**/nbproject/private/
2+
**/nbproject/Makefile-*.mk
3+
**/nbproject/Package-*.bash
24
build/
35
nbbuild/
46
dist/

Global/Octave.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MATLAB.gitignore

Global/PSoCCreator.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Project Settings
2+
*.cywrk.*
3+
*.cyprj.*
4+
5+
# Generated Assets and Resources
6+
Debug/
7+
Release/
8+
Export/
9+
*/codegentemp
10+
*/Generated_Source
11+
*_datasheet.pdf
12+
*_timing.html
13+
*.cycdx
14+
*.cyfit
15+
*.rpt
16+
*.svd
17+
*.log
18+
*.zip

Global/PuTTY.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Private key
2+
*.ppk

0 commit comments

Comments
 (0)