steve
77ef0922f2
Update VisualStudio.gitignore
...
New web deploy file name? vs 2012 added this to my solution and it shouldn't go to an open repo.
2013-01-22 12:33:24 -07:00
Phil Haack
33fe1d376d
Merge pull request #492 from Haacked/consolidate-dotnet-settings
...
Consolidate CSharp and VB.NET gitignore files into VisualStudio one.
2013-01-22 10:36:18 -08:00
Phil Haack
f5d67199f7
Ignore crap from Macs
...
Cross platform .NET Dev FTW!
2013-01-22 10:35:42 -08:00
Phil Haack
79a7a1d9c5
Ignore .pfx files such as Windows Store Key
2013-01-22 10:30:18 -08:00
Daniel Hengeveld
cec9f74523
Merge pull request #329 from svkampen/patch-1
...
Added __pycache__
2013-01-20 21:15:08 -08:00
Daniel Hengeveld
b1dbb55368
Merge pull request #445 from bungeshea/WordPress
...
Rename Wordpress.gitignore to WordPress.gitignore
2013-01-20 19:12:08 -08:00
Shea Bunge
ef9e85b478
Renamed Wordpress.gitignore to WordPress.gitignore
...
WordPress should *always* have a capital P!
2013-01-19 17:03:36 +11:00
Shea Bunge
ac43133993
Removed Wordpress.gitignore for renaming
2013-01-19 17:03:03 +11:00
Sam van Kampen
6c95cdd9b9
Removed comment.
2013-01-13 17:41:18 +01:00
Haacked
f06c0504ac
Remove CSharp and VB.NET ignore files
...
These files were redundant. They had almost exactly the same
settings. They are being replaced by the VisualStudio file.
2012-12-19 15:49:20 -08:00
Haacked
947f5d13ab
Merge missing CSharp/VB settinsg into VisualStudio
...
The VisualStudio gitignore file was missing a few useful
settings contained in the CSharp and VB.NET gitignore files.
2012-12-19 15:46:33 -08:00
Haacked
ec5009e954
Move VisualStudio file from Global to main list
2012-12-19 15:28:41 -08:00
Daniel Hengeveld
f31b319dca
Merge pull request #301 from jshou/patch-1
...
* patch-1:
add intellij files to Android.gitignore
2012-12-19 14:58:58 -08:00
Joshua Hou
aec3539998
add intellij files to Android.gitignore
2012-12-19 14:57:35 -08:00
Daniel Hengeveld
13a24fbe6b
Merge pull request #456 from jan0sch/master
...
Added gitignore file for Typo3.
2012-12-19 14:51:49 -08:00
Daniel Hengeveld
2944626570
Merge pull request #318 from macagua/master
...
Added gitignore for Plone CMS
2012-12-19 14:50:24 -08:00
Daniel Hengeveld
c0b0c1ba3a
Merge pull request #481 from larsw/patch-1
...
Added section for SQL Server files
2012-12-19 14:37:59 -08:00
Daniel Hengeveld
016ba1ea1b
Merge pull request #482 from amalrik/change_global_osx_to_unix_line_endings
...
change the line endings of Global/OSX from dos to unix format
2012-12-19 14:37:14 -08:00
Daniel Hengeveld
4f86c33896
Merge pull request #463 from michaelminter/patch-1
...
add .project files to .gitignore
2012-12-19 14:35:58 -08:00
Daniel Hengeveld
10bf0c228b
Merge pull request #479 from mfloryan/cSharpAdditions
...
C# additions
2012-12-19 14:32:10 -08:00
Daniel Hengeveld
d275f65aa1
Merge pull request #454 from adrie-dh/patch-1
...
Concrete5: Also ignore /tmp files
2012-12-19 14:30:39 -08:00
Daniel Hengeveld
c00b49a069
Merge pull request #404 from jschmid/patch-1
...
Android: Ignore the proguard folder
2012-12-19 14:24:33 -08:00
Daniel Hengeveld
c661dd8838
Merge pull request #413 from mibe/eagle
...
Eagle
2012-12-19 14:16:46 -08:00
Daniel Hengeveld
7a016f4403
Merge pull request #423 from pingwinator/master
...
add *.hmap
2012-12-19 14:12:59 -08:00
Daniel Hengeveld
46af6d0227
Merge pull request #475 from duncandee/patch-1
...
Update Wordpress.gitignore
2012-12-19 14:06:40 -08:00
Daniel Hengeveld
56d6796353
Merge pull request #470 from pronebird/master
...
node_modules
2012-12-19 14:02:17 -08:00
Daniel Hengeveld
8e26753319
Merge pull request #461 from johnmccutchan/master
...
Add Dart language support
2012-12-19 13:58:55 -08:00
Daniel Hengeveld
a68c74feb7
Merge pull request #462 from mwitek/update-rails
...
added .rvmrc to the list of ignored extentions
2012-12-19 13:56:03 -08:00
Jens Jahnke
fa5763a70a
Merge remote-tracking branch 'upstream/master'
2012-12-19 14:02:28 +01:00
Rob Sanheim
5ebb180e6d
Merge pull request #490 from Haacked/add-mit-license
...
Adding an MIT license
2012-12-19 00:37:33 -08:00
Phil Haack
3ce543bc4d
Adding an MIT license
...
Want to make it clear that anybody can use these files
in any way they need to.
2012-12-17 11:23:26 -08:00
amalrik
044043f559
change the line endings of Global/OSX from dos to unix format
2012-11-22 21:33:12 -02:00
Lars Wilhelmsen
74310b68b1
Added section for SQL Server files
...
Ignore SQL Server Database and log files in App_Data.
2012-11-22 13:30:04 +01:00
Marcin Floryan
62ca79528e
Ignore SASS cache
...
Adds ignore for a sass cache used by Mindscape Web Workbench (generatings css
from .scss files).
2012-11-20 11:06:33 +00:00
Marcin Floryan
b33818a428
Removed duplication of bin on obj folders
...
These two lines look like a duplicate of what we already have at the top of the
file and if we want to keep it should probably go under # Build results
2012-11-20 11:02:21 +00:00
duncandee
b184145693
Update Wordpress.gitignore
...
Duplicate sitemap.xml
2012-11-16 09:06:57 +02:00
Andrej Mihajlov
3df67a9651
Update Node.gitignore
2012-11-08 14:07:25 +01:00
Michael Minter
a698a92747
add .project files to .gitignore
...
.project files come from Aptana Studio, a Rails IDE.
2012-10-30 12:05:22 -05:00
mwitek
c9397c586b
added .rvmrc to the list of ignored extentions
2012-10-28 20:49:30 -04:00
John McCutchan
694eb80d7b
Add Dart language support
2012-10-26 17:58:35 -07:00
Jens Jahnke
0fc164e94e
Added gitignore file for Typo3.
...
To make it easier to handle typo3 under git.
There is a related entry at stackoverflow:
http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git
2012-10-17 12:05:58 +02:00
Adrie den Hartog
d3dba5beb9
Concrete5: Also ignore /tmp files
...
Concrete5: Also ignore /tmp files
2012-10-16 16:21:31 +03:00
Coby Chapple
747efedec0
Merge pull request #450 from rbxbx/patch-1
...
Update Leiningen.gitignore
2012-10-12 00:08:07 -07:00
Robert Pitts
cdb12b3754
Update Leiningen.gitignore
...
/targets/ should be ignored as well
2012-10-11 16:59:14 -07:00
Jared Koumentis
8200f76973
Merge pull request #341 from x3ro/fix-sublime
...
The sublime-project file should be checked into version control
2012-10-05 15:15:59 -07:00
Jared Koumentis
2b46b24413
Merge pull request #382 from x3ro/latex-addition
...
Ignore *.tdo files generated by the todonotes package
2012-10-05 15:14:44 -07:00
Jared Koumentis
802cb3f13c
Merge pull request #380 from borekb/patch-1
...
Flex / ActionScript project files removed from .gitignore
2012-10-05 15:13:44 -07:00
Jared Koumentis
d17f128585
Merge pull request #440 from nap/master
...
PyCharm IDE project specific files
2012-10-04 17:53:55 -07:00
Jared Koumentis
aa8fd18ed3
Merge pull request #215 from nkh/patch-1
...
Do not ignore directory matching /Build/
2012-10-04 17:50:59 -07:00
Jared Koumentis
e605ce745a
Merge pull request #212 from ikeike443/patch-1
...
Delete duplicated "eclipse" and support ignoring IDEA's metafile such as
2012-10-04 17:44:49 -07:00