118 Commits

Author SHA1 Message Date
Brendan Forster
3d4c6f2148 Merge pull request #2824 from github/reduce-noise
Add an explanation to reduce PHP framework clutter
2018-10-12 10:29:37 -03:00
Brendan Forster
765ecc398b some more annotation 2015-07-04 13:26:41 +09:30
Brendan Forster
eab8d4876d extract a couple of rules and explain them in more detail 2015-07-04 12:56:21 +09:30
Brendan Forster
d983b4f5e2 moved Visual Studio 6 options into relevant sections 2015-07-04 12:38:07 +09:30
Brendan Forster
0f61d7e240 refreshing words 2015-07-04 12:34:17 +09:30
Brendan Forster
f515ae6c5c reordering 2015-07-04 12:20:58 +09:30
Brendan Forster
237c94586f more annotations 2015-07-04 12:18:57 +09:30
Brendan Forster
8803192fd3 some more cleanup 2015-07-04 12:10:06 +09:30
Brendan Forster
f2c0e3cc5a fleshing out the NuGet section 2015-07-04 11:59:31 +09:30
Brendan Forster
7d209f8aac a bit more cleanup 2015-07-04 11:51:03 +09:30
Brendan Forster
a5b891d9d2 first pass at annotating the source 2015-07-04 10:43:43 +09:30
Brendan Forster
a2f49b7b14 Merge pull request #1579 from jamiehumphries/master
Ignore NCrunch temporary files.
2015-07-02 21:41:27 +09:30
Jamie Humphries
86516d2d2a Ignore NCrunch temporary files. 2015-07-01 15:45:10 +01:00
Brendan Forster
1587f288ee Merge pull request #1577 from cdepillabout/add-stack-work
Added .stack-work/ directory to Haskell .gitignore.
2015-06-30 12:58:49 +09:30
(cdep) illabout
3d9c786bc0 Added .stack-work/ directory to Haskell .gitignore.
.stack-work/ is a work directory used by the `stack` build tool.

The `stack` build tool has recently been gaining a lot of traction in
the Haskell community.  It is very similar to the `cabal` build tool,
which also has entries in this Haskell .gitignore file.
2015-06-30 11:57:53 +09:00
Carl Suster
a5f1fb2700 Merge pull request #1570 from victorhaggqvist/patch-1
add Android Studio to the covers list for JetBrains
2015-06-28 16:30:43 +10:00
Victor Häggqvist
558460c0a8 add Android Studio to the covers list
which make it easier to find in search
2015-06-27 21:10:46 +02:00
Brendan Forster
e0df63986a Merge pull request #1564 from 153957/patch-1
Ignore *.auxlock files created by TikZ in TeX
2015-06-24 22:35:12 +09:30
Arne de Laat
daa440bce8 Ignore *.auxlock files created by TikZ in TeX
TikZ uses *.auxlock files to check if the main *.aux file is available.
This is only used when using the external tikz library.
2015-06-24 14:02:29 +02:00
Carl Suster
98b1db9283 Merge pull request #1562 from 153957/patch-1
Ignore files created by `\tikzexternalize`



When using TikZ & PGF with:
\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize
It creates .dpth and .md5 files for the externalized tikzpictures.

See these pages in section 50 Externalization Library:
p.617 - 50.4.1 Support for Labels and References In External Files
p.621 - /tikz/external/up to date check
In the PGF manual:
http://mirrors.ctan.org/graphics/pgf/base/doc/pgfmanual.pdf
2015-06-24 19:17:19 +10:00
Arne de Laat
948a87ffc9 Ignore files created by \tikzexternalize
When using TikZ & PGF with:
`\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize`
It creates .dpth and .md5 files for the externalized tikzpictures.
2015-06-24 11:09:57 +02:00
Brendan Forster
c25991c139 Merge pull request #1537 from Konfekt/patch-1
include preamble files generated by mylatexformat package
2015-06-24 07:56:26 +09:30
Brendan Forster
cdfa89334d Merge pull request #1547 from modocache/xcode-ignore-xcscmblueprint
[ObjC][Swift] Ignore Xcode SCM blueprint files
2015-06-18 08:33:14 +09:30
Brendan Forster
3bb7541f74 Merge pull request #1534 from marcelkorpel/master
Add several downloaded files that should not be incorporated and remove .SRCINFO
2015-06-18 08:30:34 +09:30
Carl Suster
b304edf487 Merge pull request #1521 from lezed1/patch-1
Remove Meteor.gitignore
2015-06-11 17:27:58 +10:00
Brian Gesiak
4323f1e2c8 [ObjC][Swift] Ignore Xcode SCM blueprint files
These files are automatically generated by Xcode and maintain
information regarding source control. Xcode is typically used
in Objective-C and Swift projects, so add these to the ignored files for
these platforms.
2015-06-09 00:24:09 -04:00
Carl Suster
a1ed257134 Merge pull request #1484 from andres-mancera/SynopsysVCS_patch
Adding a few more files/file extensions/directories for Synopsys VCS.
2015-06-02 11:26:13 +10:00
andres-mancera
4457dcc517 Cleaning-up some of the comments that had been previously added. 2015-06-01 14:38:55 -07:00
Carl Suster
e27b4277e2 Merge pull request #1523 from dash00/master
[Tex] Change *.mtc0 to *.mtc[0-9] *.mtc[1-9][0-9]

>`\@tocfile`
The name of the file containing the minitoc is constructed from `\jobname` and a suffix `\@tocfile`, which is `.mtc` (long extensions) or `.M` (short extensions) followed by the absolute number of the minitoc.

```
\if@mtc@longext@
  \def\@tocfile{mtc\The@mtc}%
\else
  \def\@tocfile{M\The@mtc}%
\fi
```
2015-05-30 14:07:11 +10:00
Carl Suster
28adf703c1 Merge pull request #1514 from bbodenmiller/xcode
sync up xcode related gitignore files
2015-05-30 13:48:41 +10:00
Konfekt
49e7d64fc6 include preamble files generated by mylatexformat package 2015-05-29 12:42:14 +02:00
Marcel Korpel
ebd27357db Add .jar, .exe and .msi
These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository
2015-05-28 12:37:43 +02:00
Marcel Korpel
c9073cf3e2 Remove .SRCINFO (and old .AURINFO) from .gitignore
As of AUR 4.0.0 contributors have to maintain a GIT repository per project; .SRCINFO files need to be included in those
2015-05-28 12:32:05 +02:00
Brendan Forster
8559c8a381 Merge pull request #1529 from sayedihashimi/master
Removing bower_components and fixing typo
2015-05-27 09:16:47 +09:30
Sayed Ibrahim Hashimi
747196008e removing bower_components and fixing typo 2015-05-19 15:27:54 -07:00
Brendan Forster
a4ec7f03ca Merge pull request #1527 from MarkusHauge/patch-1
Update VisualStudio.gitignore
2015-05-17 19:42:35 +09:30
Markus Hauge
1e33ef1213 Update VisualStudio.gitignore 2015-05-16 17:34:59 +02:00
Jeremy Coatelen
d0c5830a25 [Tex] Change *.mtc0 to *.mtc[1-9][0-9]
When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
2015-05-15 14:21:22 +02:00
Zander Bolgar
f7c6c768c9 Remove Meteor.gitignore
There are only two entries in this .gitignore, and both are not needed.
- .meteor/local is already ignored by the standard Meteor .gitignore that is included with every project. This is redundant and should b left solely to the standard Meteor .gitignore in case this changes in the future.
- .meteor/meteorite should no longer be in any Meteor project. Meteorite was a package manager for Meteor, but it has been replaced by an official package manager built into the Meteor CLI. This directory should not exist, except on out of date Meteor projects which already have this ignore present.
2015-05-14 15:03:22 -04:00
Brendan Forster
4e0d738abe Merge pull request #1465 from tgkprog/patch-1
Update Maven.gitignore
2015-05-14 12:24:04 +09:30
Brendan Forster
305d4b5c98 Merge pull request #1374 from richorama/master
added the orleans.codegen.cs file automatically generated by Orleans
2015-05-14 12:21:59 +09:30
Brendan Forster
ef00a6171e Merge pull request #1392 from Arvur/master
Reworked Lazarus.gitignore according to Lazarus Wiki
2015-05-14 12:17:26 +09:30
Brendan Forster
8d1ca41535 Merge pull request #1496 from Decadence/visual_studio_code
Add Visual Studio Code .gitignore
2015-05-14 11:32:38 +09:30
Carl Suster
d6c7caaa02 Merge pull request #1508 from baudm/master
Android: Remove redundant pattern for matching build directories
2015-05-14 11:48:20 +10:00
Ben Bodenmiller
507c3949be sync up xcode related gitignore files
some details based on #1221
2015-05-10 05:21:36 -07:00
Brendan Forster
8ab86f6bb7 Merge pull request #1513 from damianh/patch-1
ASPNET5 -> DNX
2015-05-08 17:32:00 +09:30
Damian Hickey
00e9cd8dec ASPNET5 -> DNX
As discussed in #1505
2015-05-08 09:37:34 +02:00
Brendan Forster
0aee91babc Merge pull request #1503 from LunicLynx/keep-cache-directories
add rule to keep track of directories ending in .Cache
2015-05-08 07:56:40 +09:30
Darwin Bautista
9c8c32fea5 Android: Remove redundant pattern for matching build directories
build/ already matches all directories named 'build' in the repository,
regardless of level. Gradle can have more than two levels of project nesting.
However, /*/build/ matches only the 'build' directories of 2nd-level projects.
Thus, the first pattern is more appropriate than the second.
2015-05-07 13:56:36 +08:00
Carl Suster
f9cc4d14cc Merge pull request #1506 from victorgama/patch-1
Update CocoaPods guide URL
2015-05-07 14:15:33 +10:00
Victor Gama
9735a2cadf Update CocoaPods guide URL
This updates the link provided to the CocoaPods documentation regarding whether the Pods directory should be ignored or not.
2015-05-07 00:28:54 -03:00
Brendan Forster
c7019d8ec3 Merge pull request #1505 from sayedihashimi/aspnet5update
adding artifacts and project.lock.json for asp.net 5
2015-05-07 07:33:39 +09:30
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
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
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
Tobenna Peter Igwe
98c0c9d302 Ignore auxiliary files for gnuplottex 2015-02-17 11:23:38 +00:00
Konstantin
75df01fcdc Update Joomla.gitignore
update for Joomla 3.3.6
2015-02-13 13:39:43 +05:00
Denis Grinyuk
79234283de Reworked Lazarus.gitignore according to Lazarus Wiki
http://wiki.freepascal.org/File_extensions
2015-02-03 17:37:55 +03:00
Richard Astbury
aa853a08e9 added the orleans.codegen.cs file automatically generated by Orleans 2015-01-21 11:02:28 +00:00
Sebastian Godelet
d0748cf9a4 Mercury.gitignore: Add Mercury.modules
The Mercury.modules file can be auto-generated by the Mercury compiler,
as such it appears only in Makefiles, and should therefore be ignored.
2015-01-09 13:06:58 +08:00
33 changed files with 427 additions and 152 deletions

View File

@@ -15,7 +15,6 @@ gen/
# Gradle files
.gradle/
build/
/*/build/
# Local configuration file (sdk path, etc)
local.properties

View File

@@ -1,14 +1,13 @@
*.tar
*.tar.*
*.jar
*.exe
*.msi
*.zip
*.tgz
*.log
*.log.*
*.sig
# AUR metadata
.AURINFO
.SRCINFO
pkg/
src/

View File

@@ -27,3 +27,6 @@
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/

6
CUDA.gitignore Normal file
View File

@@ -0,0 +1,6 @@
*.i
*.ii
*.gpu
*.ptx
*.cubin
*.fatbin

View File

@@ -1,11 +1,11 @@
CakePHP 3
# CakePHP 3
/vendor/*
/config/app.php
/tmp/*
/logs/*
CakePHP 2
# CakePHP 2
/app/tmp/*
/app/Config/core.php

View File

@@ -1,6 +1,6 @@
*/config/development
*/logs/log-*.php
*/logs/!index.html
!*/logs/index.html
*/cache/*
*/cache/!index.html
*/cache/!.htaccess
!*/cache/index.html
!*/cache/.htaccess

View File

@@ -26,6 +26,9 @@ local.properties
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Java annotation processor (APT)
.factorypath
# PDT-specific
.buildpath

View File

@@ -1,3 +1,4 @@
# Ensime specific
.ensime
.ensime_cache/
.ensime_lucene/

View File

@@ -1,4 +1,4 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
*.iml
@@ -32,7 +32,7 @@
## Plugin-specific files:
# IntelliJ
out/
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/

View File

@@ -1,15 +1,30 @@
#ignore backup files
backup/
#ignore files generated by the compiler
lib/
# Lazarus compiler-generated binaries (safe to delete)
*.exe
*.dll
*.so
*.dylib
*.lrs
*.res
*.compiled
*.dbg
*.ppu
*.o
*.or
*.ppu
*.a
#ignore debug information files
*.dbg
# Lazarus autogenerated files (duplicated info)
*.rst
*.rsj
*.lrt
#exclude executable output in windows
*.exe
# Lazarus local files (user-specific info)
*.lps
# Lazarus backups and unit output folders.
# These can be changed by user in Lazarus/project options.
backup/
*.bak
lib/
# Application bundle for Mac OS
*.app/

View File

@@ -4,7 +4,7 @@ This directory contains globally useful gitignores,
e.g. OS-specific and editor specific.
For more on global gitignores:
<http://help.github.com/git-ignore/>
<https://help.github.com/articles/ignoring-files/#create-a-global-gitignore>
And a good blog post about 'em:
<http://augustl.com/blog/2009/global_gitignores>

View File

@@ -1,23 +1,36 @@
# Waveforms
*.vpd
# Waveform formats
*.vcd
*.vpd
*.evcd
*.fsdb
# Binary files
# Default name of the simulation executable. A different name can be
# specified with this switch (the associated daidir database name is
# also taken from here): -o <path>/<filename>
simv
# Directories used for compilation
csrc/
# Generated for Verilog and VHDL top configs
simv.daidir/
simv.db.dir/
# Log files
# Infrastructure necessary to co-simulate SystemC models with
# Verilog/VHDL models. An alternate directory may be specified with this
# switch: -Mdir=<directory_path>
csrc/
# Log file - the following switch allows to specify the file that will be
# used to write all messages from simulation: -l <filename>
*.log
# DVE, UCLI related files
DVEfiles/
ucli*
*.key
# Coverage related files
# Coverage results (generated with urg) and database location. The
# following switch can also be used: urg -dir <coverage_directory>.vdb
simv.vdb/
urgReport/
# DVE and UCLI related files.
DVEfiles/
ucli.key
# When the design is elaborated for DirectC, the following file is created
# with declarations for C/C++ functions.
vc_hdrs.h

View File

@@ -0,0 +1,2 @@
.settings

View File

@@ -1,4 +1,12 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -8,7 +16,8 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata
## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate

View File

@@ -6,7 +6,6 @@ cabal-dev
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
@@ -14,3 +13,4 @@ cabal.sandbox.config
*.prof
*.aux
*.hp
.stack-work/

View File

@@ -1,2 +1,3 @@
_site/
.sass-cache/
.jekyll-metadata

View File

@@ -1,13 +1,14 @@
/.gitignore
/.htaccess
/administrator/cache/*
/administrator/components/com_contenthistory/*
/administrator/components/com_postinstall/*
/administrator/components/com_joomlaupdate/*
/administrator/components/com_tags/*
/administrator/components/com_admin/*
/administrator/components/com_ajax/*
/administrator/components/com_tags/*
/administrator/components/com_banners/*
/administrator/components/com_cache/*
/administrator/components/com_postinstall/*
/administrator/components/com_joomlaupdate/*
/administrator/components/com_contenthistory/*
/administrator/components/com_categories/*
/administrator/components/com_checkin/*
/administrator/components/com_config/*
@@ -32,7 +33,52 @@
/administrator/components/index.html
/administrator/help/*
/administrator/includes/*
/administrator/language/en-GB/
/administrator/language/en-GB/en-GB.com_ajax.ini
/administrator/language/en-GB/en-GB.com_ajax.sys.ini
/administrator/language/en-GB/en-GB.com_contenthistory.ini
/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini
/administrator/language/en-GB/en-GB.com_joomlaupdate.ini
/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini
/administrator/language/en-GB/en-GB.com_postinstall.ini
/administrator/language/en-GB/en-GB.com_postinstall.sys.ini
/administrator/language/en-GB/en-GB.com_sitemapjen.sys.ini
/administrator/language/en-GB/en-GB.com_tags.ini
/administrator/language/en-GB/en-GB.com_tags.sys.ini
/administrator/language/en-GB/en-GB.mod_stats_admin.ini
/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini
/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini
/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini
/administrator/language/en-GB/en-GB.plg_content_contact.ini
/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini
/administrator/language/en-GB/en-GB.plg_content_finder.ini
/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_categories.ini
/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_contacts.ini
/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_content.ini
/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini
/administrator/language/en-GB/en-GB.plg_finder_tags.ini
/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini
/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini
/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini
/administrator/language/en-GB/en-GB.plg_search_tags.ini
/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini
/administrator/language/en-GB/en-GB.plg_system_languagecode.ini
/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini
/administrator/language/en-GB/en-GB.tpl_isis.ini
/administrator/language/en-GB/en-GB.tpl_isis.sys.ini
/administrator/language/en-GB/install.xml
/administrator/language/en-GB/en-GB.com_admin.ini
/administrator/language/en-GB/en-GB.com_admin.sys.ini
/administrator/language/en-GB/en-GB.com_banners.ini
@@ -225,18 +271,21 @@
/administrator/modules/mod_stats_admin/*
/administrator/modules/index.html
/administrator/templates/bluestork/*
/administrator/templates/isis/*
/administrator/templates/hathor/*
/administrator/templates/system/*
/administrator/templates/isis/*
/administrator/templates/index.html
/administrator/index.php
/bin/*
/cache/*
/bin/*
/cli/*
/components/com_banners/*
/components/com_ajax/*
/components/com_config/*
/components/com_contenthistory/*
/components/com_tags/*
/components/com_contact/*
/components/com_content/*
/components/com_contenthistory/*
/components/com_finder/*
/components/com_mailto/*
/components/com_media/*
@@ -245,24 +294,42 @@
/components/com_users/*
/components/com_weblinks/*
/components/com_wrapper/*
/components/com_ajax/*
/components/com_tags/*
/components/com_config/*
/components/index.html
/images/banners/*
/images/headers/*
/images/sampledata/*
/images/joomla*
/images/index.html
/images/powered_by.png
/includes/*
/installation/*
/language/en-GB/en-GB.com_ajax.ini
/language/en-GB/en-GB.com_config.ini
/language/en-GB/en-GB.com_contact.ini
/language/en-GB/en-GB.com_finder.ini
/language/en-GB/en-GB.com_tags.ini
/language/en-GB/en-GB.finder_cli.ini
/language/en-GB/en-GB.lib_fof.sys.ini
/language/en-GB/en-GB.com_content.ini
/language/en-GB/en-GB.lib_idna_convert.sys.ini
/language/en-GB/en-GB.com_mailto.ini
/language/en-GB/en-GB.lib_joomla.sys.ini
/language/en-GB/en-GB.lib_phpass.sys.ini
/language/en-GB/en-GB.lib_phpmailer.sys.ini
/language/en-GB/en-GB.lib_phputf8.sys.ini
/language/en-GB/en-GB.lib_simplepie.sys.ini
/language/en-GB/en-GB.com_media.ini
/language/en-GB/en-GB.mod_finder.ini
/language/en-GB/en-GB.com_messages.ini
/language/en-GB/en-GB.mod_tags_popular.ini
/language/en-GB/en-GB.mod_tags_popular.sys.ini
/language/en-GB/en-GB.mod_tags_similar.ini
/language/en-GB/en-GB.mod_tags_similar.sys.ini
/language/en-GB/en-GB.mod_finder.sys.ini
/language/en-GB/en-GB.tpl_beez3.ini
/language/en-GB/en-GB.tpl_beez3.sys.ini
/language/en-GB/en-GB.com_newsfeeds.ini
/language/en-GB/en-GB.tpl_protostar.ini
/language/en-GB/en-GB.tpl_protostar.sys.ini
/language/en-GB/en-GB.com_search.ini
/language/en-GB/en-GB.com_users.ini
/language/en-GB/en-GB.com_weblinks.ini
@@ -352,12 +419,6 @@
/media/plg_system_highlight/*
/media/system/*
/media/index.html
/media/com_banners/*
/media/com_contenthistory/*
/media/com_joomlaupdate/*
/media/jui/*
/modules/mod_tags_popular/*
/modules/mod_tags_similar/*
/modules/mod_articles_archive/*
/modules/mod_articles_categories/*
/modules/mod_articles_category/*
@@ -389,6 +450,7 @@
/plugins/authentication/ldap/*
/plugins/authentication/index.html
/plugins/captcha/recaptcha/*
/plugins/captcha/index.html
/plugins/content/emailcloak/*
/plugins/content/example/*
/plugins/content/finder/*
@@ -398,6 +460,7 @@
/plugins/content/pagebreak/*
/plugins/content/pagenavigation/*
/plugins/content/vote/*
/plugins/content/contact/*
/plugins/content/index.html
/plugins/editors/codemirror/*
/plugins/editors/none/*
@@ -416,14 +479,18 @@
/plugins/finder/contacts/*
/plugins/finder/content/*
/plugins/finder/newsfeeds/*
/plugins/finder/tags/*
/plugins/finder/weblinks/*
/plugins/installer/*
/plugins/quickicon/extensionupdate/*
/plugins/quickicon/joomlaupdate/*
/plugins/quickicon/index.html
/plugins/search/categories/*
/plugins/search/contacts/*
/plugins/search/content/*
/plugins/search/newsfeeds/*
/plugins/search/weblinks/*
/plugins/search/tags/*
/plugins/search/index.html
/plugins/system/cache/*
/plugins/system/debug/*
@@ -437,28 +504,20 @@
/plugins/system/remember/*
/plugins/system/sef/*
/plugins/system/index.html
/plugins/twofactorauth/*
/plugins/user/contactcreator/*
/plugins/user/example/*
/plugins/user/joomla/*
/plugins/user/profile/*
/plugins/user/index.html
/plugins/index.html
/plugins/twofactorauth/totp/*
/plugins/content/contact/*
/plugins/authentication/cookie/*
/plugins/twofactorauth/yubikey/*
/plugins/twofactorauth/index.html
/plugins/captcha/*
/plugins/quickicon/index.html
/plugins/finder/tags/*
/plugins/search/tags/*
/templates/atomic/*
/templates/beez3/*
/templates/beez_20/*
/templates/beez5/*
/templates/protostar/*
/templates/system/*
/templates/index.html
/templates/beez3/*
/templates/protostar/*
/tmp/*
/configuration.php
/index.php

View File

@@ -1,2 +0,0 @@
*.pyc
*.class

11
KiCAD.gitignore Normal file
View File

@@ -0,0 +1,11 @@
# For PCBs designed using KiCAD: http://www.kicad-pcb.org/
# Temporary files
*.000
*.bak
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
.dsn

View File

@@ -1,3 +1,4 @@
/bootstrap/compiled.php
.env.*.php
.env.php
.env

View File

@@ -89,7 +89,7 @@ LICENSE_AFL.txt
LICENSE.html
LICENSE.txt
LICENSE_EE*
mage
/mage
media/customer/
media/dhl/
media/downloadable/

View File

@@ -1,7 +1,10 @@
target/
**/target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

View File

@@ -1,4 +1,5 @@
Mercury/
Mercury.modules
*.mh
*.err
*.init

View File

@@ -1,2 +0,0 @@
.meteor/local
.meteor/meteorite

View File

@@ -23,5 +23,5 @@ coverage
build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules

View File

@@ -1,6 +1,12 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -10,17 +16,28 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata
## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.xcuserstate
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build

View File

@@ -1,29 +1,25 @@
# Directories content
cache/class_index.php
cache/smarty/cache/*
!cache/smarty/cache/index.php
cache/smarty/compile/*
!cache/smarty/compile/index.php
cache/tcpdf/*
!cache/tcpdf/index.php
# Private files
# The following files contain your database credentials and other personal data.
config/settings.*.php
# Cache, temp and generated files
# The following files are generated by PrestaShop.
admin-dev/autoupgrade/
cache/
config/xml/*.xml
config/settings.inc.php
log/
*sitemap.xml
themes/*/cache/
modules/*/config*.xml
log/*.log
# Site content
# The following folders contain product images, virtual products, CSV's, etc.
img/*
!img/index.php
!img/*/index.php
tools/smarty*/cache/*.php
!tools/smarty*/cache/index.php
tools/smarty*/compile/*.php
!tools/smarty*/compile/index.php
themes/default/cache/*.js
themes/default/cache/*.css
# Ignore files on root directory
robots.txt
sitemap.xml
admin-dev/backups/
admin-dev/export/
admin-dev/import/
download/
img/
upload/

View File

@@ -1,6 +1,7 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
@@ -41,6 +42,7 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
*,cover
# Translations
*.mo

View File

@@ -1,6 +1,12 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -10,12 +16,16 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata
## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.xcuserstate
# CocoaPods
#

View File

@@ -33,6 +33,7 @@
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
@@ -70,6 +71,9 @@ acs-*.bib
*.glo
*.gls
# gnuplottex
*-gnuplottex-*
# hyperref
*.brf
@@ -90,7 +94,8 @@ acs-*.bib
# minitoc
*.maf
*.mtc
*.mtc0
*.mtc[0-9]
*.mtc[1-9][0-9]
# minted
_minted*
@@ -99,6 +104,9 @@ _minted*
# morewrites
*.mw
# mylatexformat
*.fmt
# nomencl
*.nlo
@@ -112,6 +120,11 @@ _minted*
*.sympy
sympy-plots-for-*.tex/
# TikZ & PGF
*.dpth
*.md5
*.auxlock
# todonotes
*.tdo

View File

@@ -1,7 +1,7 @@
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
# Autogenerated VS/MD solution and project files
*.csproj

View File

@@ -1,16 +1,22 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
# temporary files generated by Visual Studio specific to the local user
# contains profile information and other metadata
# remove: if no longer targeting Visual Studio 2013 or earlier
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
#
# new location for Visual Studio 2015
.vs/
#
# specific to MonoDevelop and Xamarin Studio
*.userprefs
#
# workspace options file
# remove: if no longer targeting Visual Studio 6
*.opt
# Build results
# build output folders generated by Visual Studio
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
@@ -21,23 +27,57 @@ build/
bld/
[Bb]in/
[Oo]bj/
#
# default build log file
# remove: if no longer targeting Visual Studio 6
*.plg
# Visual Studo 2015 cache/options directory
.vs/
# MSTest test Results
# MSTest
# a test framework from Microsoft
# remove: if you are not using the MSTest runner to run your tests
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
# NUnit
# an open source test framework for .NET
# url: http://www.nunit.org/
# remove: if you are not using the NUnit test runner to run your tests
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
# ATL (Active Template Library) Project
# remove: if you do not have an ATL project in your solution
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# DNX
# summary: the environment for cross-platform .NET development
# url: https://github.com/aspnet/dnx
#
# locks the package references for a project to specific versions
# url: https://github.com/aspnet/Home/wiki/Lock-file
# remove: if you would like to lock your dependencies to a specific version
# when committing and prevent package restore from selecting a
# more recent version
project.lock.json
#
# build output
artifacts/
# Program Database files created by various compilers
# used when debugging compiled code - the file essentially represents a lookup
# so that symbols can be resolved to the relevant source code
# url: https://en.wikipedia.org/wiki/Program_database
*.pdb
# Visual SourceSafe hint files to keep the projects and solutions in sync
# with source control - these are no longer necessary once you've moved away
# from Visual SourceSafe
*.vspscc
*.vssscc
*_i.c
*_p.c
*_i.h
@@ -45,7 +85,6 @@ dlldata.c
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
@@ -56,14 +95,15 @@ dlldata.c
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
# Chutzpah
# a JS unit testing framework for commit
# url: https://github.com/mmanela/chutzpah
# remove: if you do not use the Chutzpah test runner in your project
_Chutzpah*
# Visual C++ cache files
@@ -74,46 +114,70 @@ ipch/
*.sdf
*.cachefile
# Visual Studio profiler
# temporary files generated by the Visual Studio profiling tools
# remove: if you are not using these features of Visual Studio
*.psess
*.vsp
*.vspx
# TFS 2012 Local Workspace
# remove: if you are not using TFVC in this repository
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
# ReSharper
# a Visual Studio extension which supports various project types
# url: https://www.jetbrains.com/resharper/
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding addin-in
# JustCode
# a Visual Studio extension for various project types
# url: https://www.jetbrains.com/resharper/
.JustCode
# TeamCity is a build add-in
# TeamCity
# a Visual Studio extension you can download from your TeamCity server
# url: https://confluence.jetbrains.com/display/TCD9/Visual+Studio+Addin
_TeamCity*
# DotCover is a Code Coverage Tool
# DotCover
# a code coverage plugin for Visual Studio
# url: https://www.jetbrains.com/dotcover/
*.dotCover
# NCrunch
# a continuous test runner for Visual Studio
# url: http://www.ncrunch.net
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
# a continuous test runner for Visual Studio
# url: http://www.continuoustests.com/
*.mm.*
AutoTest.Net/
# Web workbench (sass)
# Web Workbench
# SASS, LESS and Coffeescript integration for Visual Studio
# url: http://www.mindscapehq.com/products/web-workbench
.sass-cache/
# Installshield output folder
# InstallShield
# installer framework for Windows machines
# url: http://www.flexerasoftware.com/producer/products/software-installation/installshield-software-installer/
#
# output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
# DocProject
# a document generation add-in for Visual Studio based on Sandcastle
# url: http://docproject.codeplex.com/
# remove: if you are using Visual Studio 2010 or later (which are not supported)
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
@@ -123,24 +187,42 @@ DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
# ClickOnce installer and deployment
# url: https://msdn.microsoft.com/en-us/library/142dbbz4(v=vs.90).aspx
# remove: if you do not have ClickOnce publishing enabled for your projects
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
#
# remove: if you have sensitive details in your database connection strings
(such as passwords) committing this settings file will mean
that they are stored in an unencrypted state in your repository
*.pubxml
*.publishproj
# NuGet Packages
# NuGet
# summary: the package manager tool used in Visual Studio
# url: https://nuget.org
#
# output packages created by NuGet
*.nupkg
# The packages folder can be ignored because of Package Restore
#
# Since NuGet 2.7, package restore is now a first class feature of Visual Studio
# so you do not need to check in your packages
# url: https://docs.nuget.org/consume/package-restore
# remove: if you do not wish to restore packages in this way, or have
package restore disabled
**/packages/*
# except build/, which is used as an MSBuild target.
#
# some packages include MSBuild targets files, which are stored in this
# location and should be kept in version control
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#
# this file is a local listing of where to find your packages.config files, and
# is regenerated by Visual Studio during a build
# include: if you wish to version this file
#!**/packages/repositories.config
# Windows Azure Build Output
@@ -150,25 +232,53 @@ csx/
# Windows Store app package directory
AppPackages/
# Others
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
ClientBin/
# but keep track of directories ending in .cache
!*.[Cc]ache/
# StyleCop
# an extension for enforcing coding style in C#
# url: https://stylecop.codeplex.com/
#
# temporary files created by the tool
[Ss]tyle[Cc]op.*
# Others
~$*
*~
*.dbmdl
*.dbproj.schemaview
#
#
*.pfx
*.publishsettings
#
# the local cache of node module installed by NPM
# remove: if you are not using nodejs in your solution
OR if you wish to keep this cache under version control
node_modules/
bower_components/
# Orleans
# a Distributed Actor Model framework for .NET
# url: https://github.com/dotnet/Orleans
#
# code generated as part of compilation
orleans.codegen.cs
# RIA/Silverlight projects
# url: https://www.microsoft.com/silverlight/
# output directory for *.xap artifacts
ClientBin/
# temporary directory used by compiler
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
# Migrating Projects
# When upgrading a solution to a newer version of Visual Studio, there are a
# number of output files created so you can view the log, troubleshoot issues
# and potentially revert to a backup. These can be safely ignored, because
# you're already using version control.
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
@@ -179,18 +289,18 @@ UpgradeLog*.htm
*.ldf
# Business Intelligence projects
# remove: if you do not have Business Intelligence projects in your solution
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
# a local cache of assemblies
# url: https://msdn.microsoft.com/en-us/library/hh549175.aspx
# remove: if you are not using Microsoft Fakes in your projects
FakesAssemblies/
# Node.js Tools for Visual Studio
# url: https://github.com/Microsoft/nodejstools
# remove: if you do not have this extension installed
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt

View File

@@ -11,3 +11,8 @@ wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
/readme.html
/license.txt