1
0
mirror of https://github.com/github/gitignore synced 2024-06-10 14:40:01 +02:00
Commit Graph

1610 Commits

Author SHA1 Message Date
Victor Isadov
1d3c5658ba Ignore default plugin 2015-04-24 21:24:29 +03:00
Victor Isadov
ff510bed45 Ignoring WordPress readme.html and license.txt.
You don't want to show your WP version to everyone in the web.
2015-04-24 21:10:30 +03:00
Carl Suster
77e29837cf Merge pull request #1479 from julienbourdeau/master
Rework PrestaShop.gitignore
2015-04-19 15:59:08 +10:00
Carl Suster
ae4c9a065f Merge pull request #1481 from Tandoori/fix-unity-root-folders
Made it so the folders only get ingored in the root
2015-04-19 15:56:09 +10:00
Tandoori
a4661a2d39 Made it so the folders only get ingored in the root
With the current setup these folders are ignored in the whole repo, but they're only automatically generated in the project root so it makes sense to only ignore the ones in the root.

I made this change because one of the assets in my project uses a folder called 'Library', and I was wondering why it never uploaded that folder.
2015-04-19 01:43:23 +09:00
Julien Bourdeau
75bcbcf392 Rework PrestaShop.gitignore
The previous file was made for PrestaShop maintainers it didn't suit PrestaShop user needs.
2015-04-17 18:25:26 +02:00
Carl Suster
d9aed588f4 Merge pull request #1477 from GingerGeek/patch-1
New IDE released: CLION
2015-04-17 11:58:20 +10:00
Ginger Geek
884d8411c1 New IDE released: CLION
JetBrains recently released a new C/C++ IDE: CLion
2015-04-16 10:16:48 +01:00
Garen Torikian
2bf7d8a77a Merge pull request #1470 from parkr/patch-1
Add .jekyll-metadata to default Jekyll .gitignore
2015-04-08 12:14:03 -07:00
Parker Moore
925bdbe76e Add .jekyll-metadata to default Jekyll .gitignore 2015-04-08 12:07:41 -07:00
Carl Suster
62d6528cb1 Merge pull request #1446 from igarcez/master
Stop ignoring app/code/local/Mage
2015-04-01 10:27:29 +11:00
Carl Suster
498f06dae9 Merge pull request #1442 from DanNixon/add-kicad
Create KiCAD.gitignore
2015-04-01 10:26:04 +11:00
Carl Suster
5883804e6c Merge pull request #1459 from shalecraig/patch-1
Link to section being described
2015-03-31 12:55:50 +11:00
Carl Suster
18e0801ff3 Merge pull request #1460 from jcgay/takari-smart-builder
Ignore timing.properties from takari-smart-builder
2015-03-31 12:54:52 +11:00
Carl Suster
2d48f944e3 Merge pull request #1453 from pegurnee/cakephp_headers
comment out CakePHP version headers
2015-03-31 12:35:18 +11:00
shalecraig
5b3bb94904 Link to section being described 2015-03-29 12:24:23 -04:00
Jean-Christophe GAY
7078949f7d Ignore timing.properties from takari-smart-builder
This extension is an alternative scheduler to build multi-module Maven projects.
It stores and updates timing for every build run in .mvn/timing.properties.

http://takari.io/book/30-team-maven.html#takari-smart-builder
2015-03-29 18:11:30 +02:00
Eddie Gurnee
3292d1d35d comment out CakePHP version headers 2015-03-26 01:27:09 -04:00
Ian Garcez
082ab4a3ec Stop ignoring app/code/local/Mage
with 'mage' on the gitignore file, a user can't
add files customized from Mage
2015-03-23 18:11:11 -03:00
Dan Nixon
57e9f2a809 Create KiCAD.gitignore
Add file for KiCAD EDA software
2015-03-19 19:59:59 +00:00
Carl Suster
b8da0e3a89 Merge pull request #1430 from Lucretiel/patch-1
Added coverage annotation files
2015-03-17 11:17:29 +11:00
Lucretiel
ba6f0a94ab Fixed coverage annotation
Added missing wildcard to the `*,cover` coverage annotation.
2015-03-16 10:37:24 -04:00
Carl Suster
2f4cb0220d Merge pull request #1433 from riosc/patch-1
removing aditional white space
2015-03-15 12:47:12 +11:00
Carl Suster
c7bca99f57 Merge pull request #1435 from Dashed/patch-1
Add dSYM folder to C.gitignore for OSX env
2015-03-15 12:46:27 +11:00
Carl Suster
1574483716 Merge pull request #1428 from bondolo/patch-1
Add buildNumber.properties
2015-03-15 12:45:34 +11:00
Carl Suster
03372a587d Merge pull request #1429 from ergl/master
Update Jetbrains.gitignore
2015-03-15 12:45:23 +11:00
Carl Suster
5c5d4dfff9 Merge pull request #1436 from tac0x2a/ignore-cache-dir
Add ".ensime_cache" to "Ensime.gitignore"
2015-03-15 12:43:57 +11:00
Carl Suster
a4bc938b3a Merge pull request #1432 from jakejohns/hotfix/laravel5-env
Add ".env" to Laravel.gitignore
2015-03-15 12:42:28 +11:00
Carl Suster
a818c8ba7e Merge pull request #1438 from myurtoglu/master
Add CUDA.gitignore
2015-03-15 12:40:45 +11:00
myurtoglu
4e33a249cf Add CUDA.gitignore 2015-03-14 17:29:54 -07:00
TAC
e71dfbb6d0 Add .ensime_cache dir
.ensime_cache is cache dir.
2015-03-14 15:22:33 +09:00
Alberto Leal
08de2b88e2 Add dSYM folder to C.gitignore for OSX env
See https://github.com/github/gitignore/pull/527

> For C.gitignore add dSYM folder from Mac OS X to gitignore
2015-03-11 23:14:12 -04:00
riosc
d060ee0e57 removing aditional white space
removing this aditional white space avoid a mistake for beginners developers ignore the pod directory, because is confusing to note when they remove the '#' character and git still is tracking the pod dir.
2015-03-11 15:53:11 -03:00
jake johns
8c0685fd96 Add ".env" to Laravel.gitignore
Laravel 5 uses vlucas/phpdotenv for env configuration.
http://laravel.com/docs/5.0/configuration#environment-configuration
Previous version used env.php files. the new configuration files do not have
.php extension
2015-03-10 02:49:24 -05:00
Lucretiel
9f80691efd Added coverage annotation files
Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
2015-03-06 01:06:58 -05:00
ergl
fa9a28a68f Updated Jetbrains.gitignore 2015-03-05 10:56:18 +01:00
Mike Duigou
5d55d5cd9a Add buildNumber.properties
The popular build plugin org.codehaus.mojo:buildnumber-maven-plugin stores the build number it managers in a file named buildNumber.properties.
2015-03-02 11:38:10 -08:00
Carl Suster
4a9d41f894 Merge pull request #1352 from sebgod/mercury-add-modules
Mercury.gitignore: Add Mercury.modules
2015-03-01 13:11:18 +11:00
Carl Suster
5a46616766 Merge pull request #1411 from ptigwe/master
Ignore auxiliary files for gnuplottex
2015-03-01 13:05:34 +11:00
Carl Suster
2b1fe3e280 Merge pull request #1410 from adamasantares/master
Update Joomla.gitignore
2015-03-01 13:02:49 +11:00
Carl Suster
eaeed89430 Merge pull request #1407 from relekang/python-cumulative-coverage
Add .coverage. to Python.gitignore
2015-03-01 12:44:09 +11:00
Carl Suster
4dafb36bab Merge pull request #1405 from occidens/OSX
Expand list of root-of-volume dotfiles
2015-03-01 12:42:58 +11:00
Carl Suster
8142e0af5a Merge pull request #1412 from dareonion/master
add dependency-reduced-pom.xml, which is a maven shader thing
2015-03-01 12:39:00 +11:00
Carl Suster
d5813d679e Merge pull request #1418 from cdepillabout/haskell-remove-cabal.config
Remove cabal.config from Haskell gitignore
2015-03-01 12:35:22 +11:00
Carl Suster
6cd95612a2 Merge pull request #1423 from Gurmeet-Singh/Updating-TEX.gitignore
Added backup files for WinEdt
2015-03-01 12:31:09 +11:00
Gurmeet-Singh
b2f2bf499c Added backup files for WinEdt
WinEdt (a popular TEX editor for windows) uses files "*.bak" for backup and "*.sav" for autosave.
2015-03-01 06:00:44 +05:30
(cdep)illabout
a41a63e5e5 Remove cabal.config from Haskell.
The Stackage project provides a cabal.config which locks in a specific
package set.  This file should be shared between developers project so
that everyone is developing using the same versions of packages.
2015-02-24 16:10:30 +09:00
Brendan Forster
557c62cd54 Merge pull request #1416 from King2500/patch-1
Small fix: missing space
2015-02-22 12:01:57 +10:00
Thomas Schulz
29be7fc193 Small fix: missing space 2015-02-21 18:26:29 +01:00
Brendan Forster
f9680e32b8 Merge pull request #1414 from iamsebastian/patch-1
Update Node.gitignore
2015-02-20 19:43:56 +10:00