Sayed Ibrahim Hashimi
467e257fdb
adding artifacts and project.lock.json for asp.net 5
2015-05-06 14:57:21 -07:00
LunicLynx
5ee2b35cd5
Update VisualStudio.gitignore
2015-05-06 11:11:06 +02:00
LunicLynx
f441f790d2
add rule to keep track of directories ending in .Cache
...
More Information
http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
2015-05-06 11:04:53 +02:00
Victor Isadov
db9ef4a789
Move VS Code to Global folder
2015-05-02 10:56:11 +03:00
Carl Suster
ae5f226a51
Merge pull request #1486 from Gouthamve/patch-1
...
Update npmjs docs link
2015-05-02 13:41:31 +10:00
Carl Suster
8547c2e7f2
Merge pull request #1467 from Abizern/patch-1
...
Ignore .virthualenv not .virtualenv
2015-05-02 13:19:07 +10:00
Abizer Nasir
89c4f789c0
Remove .virtualenv from Haskell.gitignore
...
The file name was incorrect, so it was having no effect. Also, the sandbox environment that this was supposed to be ignoring is deprecated. Probably best to just drop it entirely.
2015-04-30 22:17:04 +01:00
Victor Isadov
ab8236b358
Add Visual Studio Code .gitignore
2015-04-30 12:04:47 +03:00
Goutham Veeramachaneni
e1a89ad432
Fix typo from node_modules to node-modules
...
Thanks to @arcresu for pointing out!
2015-04-30 10:10:28 +05:30
Carl Suster
8646d7f7d7
Merge pull request #1487 from sveyret/master
...
Add Java APT class path to Eclipse
2015-04-30 10:25:07 +10:00
Carl Suster
8d0cfa8edb
Merge pull request #1488 from Decadence/wordpress
...
Some WordPress rules
2015-04-30 10:23:03 +10:00
Carl Suster
7f5c998513
Merge pull request #1492 from usagizmo/fix-codeigniter
...
Fixed CodeIgniter.gitignore
2015-04-30 10:18:28 +10:00
Carl Suster
4948d863fd
Merge pull request #1493 from gsnedders/jython-python
...
Merge the two Python ignore files
2015-04-30 10:17:51 +10:00
Geoffrey Sneddon
5b82602847
Remove the Jython ignore file given it's a subset of the Python one.
...
Much like how there aren't different files for GCC/Clang/MSVC,
there shouldn't be different files for different Python impls.
2015-04-28 19:41:20 +01:00
Geoffrey Sneddon
a2a1ddb858
Add Jython compiled class files to the Python ignore file.
2015-04-28 19:41:00 +01:00
Takafumi Sekine
82ed46d1a5
Fixed CodeIgniter.gitignore
2015-04-27 19:53:12 +09:00
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
Stéphane Veyret
a773ba9b04
Add Java APT class path to Eclipse
2015-04-24 16:28:25 +02:00
Goutham Veeramachaneni
7fd989641e
Update npmjs docs link
...
The previous link gives 404
2015-04-24 16:38:03 +05:30
andres-mancera
b2e72cc133
Adding a few more files/file extensions/directories for Synopsys VCS.
...
This new version adds:
- fsdb waveforms
- simv.db.dir/ directory for VHDL top configs
- ucli.key
- vc_hdrs.h
- Also added a few comments about where each one of the files come from.
2015-04-23 07:45:39 -07: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
Ray Fang
b75ce44424
Update JetBrains.gitignore according to the knowledge base article
2015-04-14 21:49:03 +08:00
Łukasz Szeremeta
6798c2fb9e
Ignore Kile and kBibTeX backup files
2015-04-09 14:59:43 +02: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
Abizer Nasir
3ee1463b11
Ignore .virthualenv not .virtualenv
...
This change was introduced in 3bb4e51184
, where it was marked as changed due to a typo. However, that is the correct name of this particular virtual environment. See https://hackage.haskell.org/package/virthualenv
2015-04-03 19:28:49 +01:00
Tushar Kapila
57faa80a18
Update Maven.gitignore
...
Else sub projects (main dir has sub dirs with own pom files - sub modules) targets are not ignored.
2015-04-02 22:39:52 +05:30
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
Nuno Rafael Rocha
62cc93e6f5
Add spool folder to Symfony
2015-03-25 18:58:08 +00: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