Compare commits
1 Commits
reduce-noi
...
old-ghfw
Author | SHA1 | Date | |
---|---|---|---|
|
65d68c5ad1 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
VERSION
|
@@ -15,7 +15,6 @@ gen/
|
|||||||
# Gradle files
|
# Gradle files
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
/*/build/
|
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
# Local configuration file (sdk path, etc)
|
||||||
local.properties
|
local.properties
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
# Google App Engine generated folder
|
|
||||||
appengine-generated/
|
|
@@ -5,10 +5,5 @@
|
|||||||
*.log
|
*.log
|
||||||
*.log.*
|
*.log.*
|
||||||
*.sig
|
*.sig
|
||||||
|
|
||||||
# AUR metadata
|
|
||||||
.AURINFO
|
|
||||||
.SRCINFO
|
|
||||||
|
|
||||||
pkg/
|
pkg/
|
||||||
src/
|
src/
|
||||||
|
16
Bancha.gitignore
Normal file
16
Bancha.gitignore
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
#Logs
|
||||||
|
application/logs/*.php
|
||||||
|
|
||||||
|
# Content types
|
||||||
|
/application/xml/types/*.xml
|
||||||
|
|
||||||
|
# Custom builds and generated php files
|
||||||
|
/core/documentation/build
|
||||||
|
/core/views/admin/content/translations.php
|
||||||
|
|
||||||
|
# Attachs and cache files #
|
||||||
|
*.tmp
|
||||||
|
/attach/cache/
|
||||||
|
/attach/
|
||||||
|
/application/cache/_bancha/*.css
|
||||||
|
/application/cache/_bancha/*.js
|
@@ -4,10 +4,6 @@
|
|||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
# Compiled Dynamic libraries
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
@@ -4,10 +4,6 @@
|
|||||||
*.obj
|
*.obj
|
||||||
*.elf
|
*.elf
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
*.lib
|
*.lib
|
||||||
*.a
|
*.a
|
||||||
|
@@ -28,11 +28,6 @@ high quality, we request that contributions adhere to the following guidelines.
|
|||||||
In general, the more you can do to help us understand the change you’re making,
|
In general, the more you can do to help us understand the change you’re making,
|
||||||
the more likely we’ll be to accept your contribution quickly.
|
the more likely we’ll be to accept your contribution quickly.
|
||||||
|
|
||||||
If a template is mostly a list of files installed by a particular version of
|
|
||||||
some software (e.g. a PHP framework) then it's brittle and probably no more
|
|
||||||
helpful than a simple `ls`. If it's not possible to curate a small set of
|
|
||||||
useful rules, then the template might not be a good fit for this collection.
|
|
||||||
|
|
||||||
Please also understand that we can’t list every tool that ever existed.
|
Please also understand that we can’t list every tool that ever existed.
|
||||||
Our aim is to curate a collection of the *most common and helpful* templates,
|
Our aim is to curate a collection of the *most common and helpful* templates,
|
||||||
not to make sure we cover every project possible. If we choose not to
|
not to make sure we cover every project possible. If we choose not to
|
||||||
|
@@ -1,13 +1,7 @@
|
|||||||
CakePHP 3
|
tmp/*
|
||||||
|
[Cc]onfig/core.php
|
||||||
/vendor/*
|
[Cc]onfig/database.php
|
||||||
/config/app.php
|
app/tmp/*
|
||||||
/tmp/*
|
app/[Cc]onfig/core.php
|
||||||
/logs/*
|
app/[Cc]onfig/database.php
|
||||||
|
!empty
|
||||||
CakePHP 2
|
|
||||||
|
|
||||||
/app/tmp/*
|
|
||||||
/app/Config/core.php
|
|
||||||
/app/Config/database.php
|
|
||||||
/vendors/*
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore]
|
|
||||||
/craft/storage/*
|
|
||||||
!/craft/storage/logo/*
|
|
@@ -1,11 +1,10 @@
|
|||||||
# Don’t commit the following directories created by pub.
|
# Don’t commit the following directories created by pub.
|
||||||
.buildlog
|
|
||||||
.pub/
|
|
||||||
build/
|
build/
|
||||||
packages
|
packages/
|
||||||
|
|
||||||
# Or the files created by dart2js.
|
# Or the files created by dart2js.
|
||||||
*.dart.js
|
*.dart.js
|
||||||
|
*.dart.precompiled.js
|
||||||
*.js_
|
*.js_
|
||||||
*.js.deps
|
*.js.deps
|
||||||
*.js.map
|
*.js.map
|
||||||
|
@@ -52,6 +52,3 @@
|
|||||||
# Delphi history and backups
|
# Delphi history and backups
|
||||||
__history/
|
__history/
|
||||||
*.~*
|
*.~*
|
||||||
|
|
||||||
# Castalia statistics file
|
|
||||||
*.stat
|
|
||||||
|
@@ -4,7 +4,3 @@ deps
|
|||||||
*.beam
|
*.beam
|
||||||
*.plt
|
*.plt
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
ebin
|
|
||||||
rel/example_project
|
|
||||||
.concrete/DEV_MODE
|
|
||||||
.rebar
|
|
||||||
|
6
ExtJS-MVC.gitignore
Normal file
6
ExtJS-MVC.gitignore
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# build directory for Sencha (ExtJS) projects
|
||||||
|
build/
|
||||||
|
|
||||||
|
# bootstrap files are regenerated by Sencha CMD on every build or refresh
|
||||||
|
bootstrap.js
|
||||||
|
bootstrap.css
|
@@ -1,4 +0,0 @@
|
|||||||
.architect
|
|
||||||
bootstrap.json
|
|
||||||
build/
|
|
||||||
ext/
|
|
@@ -1,16 +0,0 @@
|
|||||||
# Node rules:
|
|
||||||
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
||||||
.grunt
|
|
||||||
|
|
||||||
## Dependency directory
|
|
||||||
## Commenting this out is preferred by some people, see
|
|
||||||
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
|
|
||||||
node_modules
|
|
||||||
|
|
||||||
# Book build output
|
|
||||||
_book
|
|
||||||
|
|
||||||
# eBook build output
|
|
||||||
*.epub
|
|
||||||
*.mobi
|
|
||||||
*.pdf
|
|
@@ -1,3 +0,0 @@
|
|||||||
# Local configuration folder and symbol database
|
|
||||||
/.anjuta/
|
|
||||||
/.anjuta_sym_db.db
|
|
@@ -1,3 +0,0 @@
|
|||||||
# General CodeKit files to ignore
|
|
||||||
config.codekit
|
|
||||||
/min
|
|
@@ -11,9 +11,6 @@ local.properties
|
|||||||
.settings/
|
.settings/
|
||||||
.loadpath
|
.loadpath
|
||||||
|
|
||||||
# Eclipse Core
|
|
||||||
.project
|
|
||||||
|
|
||||||
# External tool builders
|
# External tool builders
|
||||||
.externalToolBuilders/
|
.externalToolBuilders/
|
||||||
|
|
||||||
@@ -23,9 +20,6 @@ local.properties
|
|||||||
# CDT-specific
|
# CDT-specific
|
||||||
.cproject
|
.cproject
|
||||||
|
|
||||||
# JDT-specific (Eclipse Java Development Tools)
|
|
||||||
.classpath
|
|
||||||
|
|
||||||
# PDT-specific
|
# PDT-specific
|
||||||
.buildpath
|
.buildpath
|
||||||
|
|
||||||
|
@@ -27,6 +27,3 @@ tramp
|
|||||||
|
|
||||||
# AUCTeX auto folder
|
# AUCTeX auto folder
|
||||||
/auto/
|
/auto/
|
||||||
|
|
||||||
# cask packages
|
|
||||||
.cask/
|
|
||||||
|
@@ -1,13 +0,0 @@
|
|||||||
# default application storage directory used by the IDE Performance Cache feature
|
|
||||||
.data/
|
|
||||||
|
|
||||||
# used for ADF styles caching
|
|
||||||
temp/
|
|
||||||
|
|
||||||
# default output directories
|
|
||||||
classes/
|
|
||||||
deploy/
|
|
||||||
javadoc/
|
|
||||||
|
|
||||||
# lock file, a part of Oracle Credential Store Framework
|
|
||||||
cwallet.sso.lck
|
|
@@ -1,46 +1,29 @@
|
|||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
||||||
|
|
||||||
*.iml
|
## Directory-based project format
|
||||||
|
|
||||||
## Directory-based project format:
|
|
||||||
.idea/
|
.idea/
|
||||||
# if you remove the above rule, at least ignore the following:
|
# if you remove the above rule, at least ignore user-specific stuff:
|
||||||
|
|
||||||
# User-specific stuff:
|
|
||||||
# .idea/workspace.xml
|
# .idea/workspace.xml
|
||||||
# .idea/tasks.xml
|
# .idea/tasks.xml
|
||||||
# .idea/dictionaries
|
# and these sensitive or high-churn files:
|
||||||
|
|
||||||
# Sensitive or high-churn files:
|
|
||||||
# .idea/dataSources.ids
|
# .idea/dataSources.ids
|
||||||
# .idea/dataSources.xml
|
# .idea/dataSources.xml
|
||||||
# .idea/sqlDataSources.xml
|
# .idea/sqlDataSources.xml
|
||||||
# .idea/dynamic.xml
|
# .idea/dynamic.xml
|
||||||
# .idea/uiDesigner.xml
|
|
||||||
|
|
||||||
# Gradle:
|
## File-based project format
|
||||||
# .idea/gradle.xml
|
|
||||||
# .idea/libraries
|
|
||||||
|
|
||||||
# Mongo Explorer plugin:
|
|
||||||
# .idea/mongoSettings.xml
|
|
||||||
|
|
||||||
## File-based project format:
|
|
||||||
*.ipr
|
*.ipr
|
||||||
|
*.iml
|
||||||
*.iws
|
*.iws
|
||||||
|
|
||||||
## Plugin-specific files:
|
## Additional for IntelliJ
|
||||||
|
|
||||||
# IntelliJ
|
|
||||||
out/
|
out/
|
||||||
|
|
||||||
# mpeltonen/sbt-idea plugin
|
# generated by mpeltonen/sbt-idea plugin
|
||||||
.idea_modules/
|
.idea_modules/
|
||||||
|
|
||||||
# JIRA plugin
|
# generated by JIRA plugin
|
||||||
atlassian-ide-plugin.xml
|
atlassian-ide-plugin.xml
|
||||||
|
|
||||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
# generated by Crashlytics plugin (for Android Studio and Intellij)
|
||||||
com_crashlytics_export_strings.xml
|
com_crashlytics_export_strings.xml
|
||||||
crashlytics.properties
|
|
||||||
crashlytics-build.properties
|
|
||||||
|
@@ -8,8 +8,5 @@ lib/
|
|||||||
*.or
|
*.or
|
||||||
*.ppu
|
*.ppu
|
||||||
|
|
||||||
#ignore debug information files
|
|
||||||
*.dbg
|
|
||||||
|
|
||||||
#exclude executable output in windows
|
#exclude executable output in windows
|
||||||
*.exe
|
*.exe
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
# LibreOffice locks
|
|
||||||
.~lock.*#
|
|
@@ -2,6 +2,3 @@
|
|||||||
|
|
||||||
# KDE directory preferences
|
# KDE directory preferences
|
||||||
.directory
|
.directory
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk
|
|
||||||
.Trash-*
|
|
||||||
|
@@ -1,4 +0,0 @@
|
|||||||
# Ignore LyX backup and autosave files
|
|
||||||
# http://www.lyx.org/
|
|
||||||
*.lyx~
|
|
||||||
*.lyx#
|
|
@@ -1,10 +0,0 @@
|
|||||||
*.tmp
|
|
||||||
|
|
||||||
# Word temporary
|
|
||||||
~$*.doc*
|
|
||||||
|
|
||||||
# Excel temporary
|
|
||||||
~$*.xls*
|
|
||||||
|
|
||||||
# Excel Backup File
|
|
||||||
*.xlk
|
|
@@ -1,8 +0,0 @@
|
|||||||
# Built files
|
|
||||||
x86/
|
|
||||||
arm/
|
|
||||||
arm-p/
|
|
||||||
translations/*.qm
|
|
||||||
|
|
||||||
# IDE settings
|
|
||||||
.settings/
|
|
@@ -5,4 +5,3 @@ dist/
|
|||||||
nbdist/
|
nbdist/
|
||||||
nbactions.xml
|
nbactions.xml
|
||||||
nb-configuration.xml
|
nb-configuration.xml
|
||||||
.nb-gradle/
|
|
||||||
|
@@ -8,13 +8,9 @@ Icon
|
|||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|
||||||
# Files that might appear in the root of a volume
|
|
||||||
.DocumentRevisions-V100
|
|
||||||
# Files that might appear on external disk
|
# Files that might appear on external disk
|
||||||
.Spotlight-V100
|
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.Trashes
|
|
||||||
.Trashes
|
.Trashes
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share
|
# Directories potentially created on remote AFP share
|
||||||
|
66
Global/Quartus2.gitignore
Normal file
66
Global/Quartus2.gitignore
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
# Working with Altera Quartus II (Q2) and do proper versioning is not that easy
|
||||||
|
# but if you follow some rules it can be accomplished. :)
|
||||||
|
# This file should be placed into the main directory where the .qpf file is
|
||||||
|
# found. Generally Q2 throws all entities and so on in the main directory, but
|
||||||
|
# you can place all stuff also in separate folders. This approach is followed
|
||||||
|
# here. So when you create a new design create one or more folders where your
|
||||||
|
# entities will be located and put a .gitignore in there that overrides the
|
||||||
|
# ignores of this file, e.g. one single rule stating "!*" which allows now all
|
||||||
|
# type of files. When you add a MegaFunction or another entity to your design,
|
||||||
|
# simply add it to one of your private folders and Q2 will be happy and manage
|
||||||
|
# everything quite good. When you want to do versioning of your generated
|
||||||
|
# SOF/POF files, you can do this by redirecting the generated output to an own
|
||||||
|
# folder. To do this go to:
|
||||||
|
# "Assignments"
|
||||||
|
# -> "Settings
|
||||||
|
# -> "Compilation Process Settings"
|
||||||
|
# -> "Save project output files in specified directory"
|
||||||
|
# Now you can either place a .gitignore in the directory and allow the following
|
||||||
|
# list of types:
|
||||||
|
# !*.sof
|
||||||
|
# !*.pof
|
||||||
|
# or you create an own submodule in the folder to keep binary files out of your
|
||||||
|
# design.
|
||||||
|
|
||||||
|
# ignore hdl source files in top level directory
|
||||||
|
*.vhd
|
||||||
|
*.v
|
||||||
|
|
||||||
|
# ignore Quartus II generated files
|
||||||
|
*sopc_*
|
||||||
|
*.jdi
|
||||||
|
*.ptf.*
|
||||||
|
*.sof
|
||||||
|
*.pof
|
||||||
|
*.qws
|
||||||
|
*.smsg
|
||||||
|
*_inst.vhd
|
||||||
|
*_generation_script*
|
||||||
|
*.done
|
||||||
|
*.txt
|
||||||
|
*.qarlog
|
||||||
|
*.rpt
|
||||||
|
*.summary
|
||||||
|
*.qws
|
||||||
|
*.cmp
|
||||||
|
*.eqn
|
||||||
|
*.html
|
||||||
|
*.jpg
|
||||||
|
*.bak
|
||||||
|
*.qar
|
||||||
|
*.sopc_builder
|
||||||
|
*example*
|
||||||
|
*~
|
||||||
|
*.sdc
|
||||||
|
*.tcl
|
||||||
|
*.pin
|
||||||
|
*.mif
|
||||||
|
*.hex
|
||||||
|
|
||||||
|
# ignore Quartus II generated folders
|
||||||
|
db/
|
||||||
|
incremental_db/
|
||||||
|
simulation/
|
||||||
|
timing/
|
||||||
|
testbench/
|
||||||
|
*_sim/
|
@@ -1,3 +0,0 @@
|
|||||||
# Ignore redis binary dump (dump.rdb) files
|
|
||||||
|
|
||||||
*.rdb
|
|
@@ -1,8 +1,3 @@
|
|||||||
# cache files for sublime text
|
|
||||||
*.tmlanguage.cache
|
|
||||||
*.tmPreferences.cache
|
|
||||||
*.stTheme.cache
|
|
||||||
|
|
||||||
# workspace files are user-specific
|
# workspace files are user-specific
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|
||||||
@@ -10,5 +5,5 @@
|
|||||||
# proportion of contributors will probably not be using SublimeText
|
# proportion of contributors will probably not be using SublimeText
|
||||||
# *.sublime-project
|
# *.sublime-project
|
||||||
|
|
||||||
# sftp configuration file
|
#sftp configuration file
|
||||||
sftp-config.json
|
sftp-config.json
|
||||||
|
@@ -1,23 +0,0 @@
|
|||||||
# Waveforms
|
|
||||||
*.vpd
|
|
||||||
*.vcd
|
|
||||||
*.evcd
|
|
||||||
|
|
||||||
# Binary files
|
|
||||||
simv
|
|
||||||
|
|
||||||
# Directories used for compilation
|
|
||||||
csrc/
|
|
||||||
simv.daidir/
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# DVE, UCLI related files
|
|
||||||
DVEfiles/
|
|
||||||
ucli*
|
|
||||||
*.key
|
|
||||||
|
|
||||||
# Coverage related files
|
|
||||||
simv.vdb/
|
|
||||||
urgReport/
|
|
@@ -1,2 +0,0 @@
|
|||||||
# Project-level settings
|
|
||||||
/.tgitconfig
|
|
@@ -5,5 +5,3 @@
|
|||||||
[Ii]nclude
|
[Ii]nclude
|
||||||
[Ll]ib
|
[Ll]ib
|
||||||
[Ss]cripts
|
[Ss]cripts
|
||||||
pyvenv.cfg
|
|
||||||
pip-selfcheck.json
|
|
||||||
|
@@ -13,6 +13,3 @@ $RECYCLE.BIN/
|
|||||||
*.msi
|
*.msi
|
||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
|
|
||||||
# Windows shortcuts
|
|
||||||
*.lnk
|
|
||||||
|
@@ -3,6 +3,3 @@ build/
|
|||||||
|
|
||||||
# Ignore Gradle GUI config
|
# Ignore Gradle GUI config
|
||||||
gradle-app.setting
|
gradle-app.setting
|
||||||
|
|
||||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
||||||
!gradle-wrapper.jar
|
|
||||||
|
@@ -1,7 +1,4 @@
|
|||||||
# .gitignore for Grails 1.2 and 1.3
|
# .gitignore for Grails 1.2 and 1.3
|
||||||
# Although this should work for most versions of grails, it is
|
|
||||||
# suggested that you use the "grails integrate-with --git" command
|
|
||||||
# to generate your .gitignore file.
|
|
||||||
|
|
||||||
# web application files
|
# web application files
|
||||||
/web-app/WEB-INF/classes
|
/web-app/WEB-INF/classes
|
||||||
|
@@ -4,13 +4,8 @@ cabal-dev
|
|||||||
*.hi
|
*.hi
|
||||||
*.chi
|
*.chi
|
||||||
*.chs.h
|
*.chs.h
|
||||||
*.dyn_o
|
|
||||||
*.dyn_hi
|
|
||||||
.virtualenv
|
.virtualenv
|
||||||
.hpc
|
|
||||||
.hsenv
|
.hsenv
|
||||||
.cabal-sandbox/
|
.cabal-sandbox/
|
||||||
cabal.sandbox.config
|
cabal.sandbox.config
|
||||||
*.prof
|
cabal.config
|
||||||
*.aux
|
|
||||||
*.hp
|
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
# Avoid including Experiment files: they can be created and edited locally to test the ipf files
|
|
||||||
*.pxp
|
|
||||||
*.pxt
|
|
||||||
*.uxp
|
|
||||||
*.uxt
|
|
@@ -1,2 +1 @@
|
|||||||
_site/
|
_site/
|
||||||
.sass-cache/
|
|
||||||
|
@@ -1,10 +1,6 @@
|
|||||||
/.gitignore
|
/.gitignore
|
||||||
/.htaccess
|
/.htaccess
|
||||||
/administrator/cache/*
|
/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_admin/*
|
||||||
/administrator/components/com_banners/*
|
/administrator/components/com_banners/*
|
||||||
/administrator/components/com_cache/*
|
/administrator/components/com_cache/*
|
||||||
@@ -222,21 +218,17 @@
|
|||||||
/administrator/modules/mod_toolbar/*
|
/administrator/modules/mod_toolbar/*
|
||||||
/administrator/modules/mod_unread/*
|
/administrator/modules/mod_unread/*
|
||||||
/administrator/modules/mod_version/*
|
/administrator/modules/mod_version/*
|
||||||
/administrator/modules/mod_stats_admin/*
|
|
||||||
/administrator/modules/index.html
|
/administrator/modules/index.html
|
||||||
/administrator/templates/bluestork/*
|
/administrator/templates/bluestork/*
|
||||||
/administrator/templates/hathor/*
|
/administrator/templates/hathor/*
|
||||||
/administrator/templates/system/*
|
/administrator/templates/system/*
|
||||||
/administrator/templates/isis/*
|
|
||||||
/administrator/templates/index.html
|
/administrator/templates/index.html
|
||||||
/administrator/index.php
|
/administrator/index.php
|
||||||
/bin/*
|
|
||||||
/cache/*
|
/cache/*
|
||||||
/cli/*
|
/cli/*
|
||||||
/components/com_banners/*
|
/components/com_banners/*
|
||||||
/components/com_contact/*
|
/components/com_contact/*
|
||||||
/components/com_content/*
|
/components/com_content/*
|
||||||
/components/com_contenthistory/*
|
|
||||||
/components/com_finder/*
|
/components/com_finder/*
|
||||||
/components/com_mailto/*
|
/components/com_mailto/*
|
||||||
/components/com_media/*
|
/components/com_media/*
|
||||||
@@ -245,12 +237,8 @@
|
|||||||
/components/com_users/*
|
/components/com_users/*
|
||||||
/components/com_weblinks/*
|
/components/com_weblinks/*
|
||||||
/components/com_wrapper/*
|
/components/com_wrapper/*
|
||||||
/components/com_ajax/*
|
|
||||||
/components/com_tags/*
|
|
||||||
/components/com_config/*
|
|
||||||
/components/index.html
|
/components/index.html
|
||||||
/images/banners/*
|
/images/banners/*
|
||||||
/images/headers/*
|
|
||||||
/images/sampledata/*
|
/images/sampledata/*
|
||||||
/images/joomla*
|
/images/joomla*
|
||||||
/images/index.html
|
/images/index.html
|
||||||
@@ -352,12 +340,6 @@
|
|||||||
/media/plg_system_highlight/*
|
/media/plg_system_highlight/*
|
||||||
/media/system/*
|
/media/system/*
|
||||||
/media/index.html
|
/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_archive/*
|
||||||
/modules/mod_articles_categories/*
|
/modules/mod_articles_categories/*
|
||||||
/modules/mod_articles_category/*
|
/modules/mod_articles_category/*
|
||||||
@@ -443,22 +425,11 @@
|
|||||||
/plugins/user/profile/*
|
/plugins/user/profile/*
|
||||||
/plugins/user/index.html
|
/plugins/user/index.html
|
||||||
/plugins/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/atomic/*
|
||||||
/templates/beez_20/*
|
/templates/beez_20/*
|
||||||
/templates/beez5/*
|
/templates/beez5/*
|
||||||
/templates/system/*
|
/templates/system/*
|
||||||
/templates/index.html
|
/templates/index.html
|
||||||
/templates/beez3/*
|
|
||||||
/templates/protostar/*
|
|
||||||
/tmp/*
|
/tmp/*
|
||||||
/configuration.php
|
/configuration.php
|
||||||
/index.php
|
/index.php
|
||||||
|
@@ -9,4 +9,3 @@ pom.xml.asc
|
|||||||
.lein-repl-history
|
.lein-repl-history
|
||||||
.lein-plugins/
|
.lein-plugins/
|
||||||
.lein-failures
|
.lein-failures
|
||||||
.nrepl-port
|
|
||||||
|
@@ -1,41 +0,0 @@
|
|||||||
# Compiled Lua sources
|
|
||||||
luac.out
|
|
||||||
|
|
||||||
# luarocks build files
|
|
||||||
*.src.rock
|
|
||||||
*.zip
|
|
||||||
*.tar.gz
|
|
||||||
|
|
||||||
# Object files
|
|
||||||
*.o
|
|
||||||
*.os
|
|
||||||
*.ko
|
|
||||||
*.obj
|
|
||||||
*.elf
|
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Libraries
|
|
||||||
*.lib
|
|
||||||
*.a
|
|
||||||
*.la
|
|
||||||
*.lo
|
|
||||||
*.def
|
|
||||||
*.exp
|
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs)
|
|
||||||
*.dll
|
|
||||||
*.so
|
|
||||||
*.so.*
|
|
||||||
*.dylib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
*.i*86
|
|
||||||
*.x86_64
|
|
||||||
*.hex
|
|
||||||
|
|
@@ -1,12 +1,9 @@
|
|||||||
.htaccess.sample
|
|
||||||
.modgit/
|
.modgit/
|
||||||
.modman/
|
|
||||||
app/code/community/Phoenix/
|
app/code/community/Phoenix/
|
||||||
app/code/community/Cm/
|
app/code/community/Cm/
|
||||||
app/code/core/
|
app/code/core/
|
||||||
app/design/adminhtml/default/default/
|
app/design/adminhtml/default/default/
|
||||||
app/design/frontend/base/
|
app/design/frontend/base/
|
||||||
app/design/frontend/rwd/
|
|
||||||
app/design/frontend/default/blank/
|
app/design/frontend/default/blank/
|
||||||
app/design/frontend/default/default/
|
app/design/frontend/default/default/
|
||||||
app/design/frontend/default/iphone/
|
app/design/frontend/default/iphone/
|
||||||
@@ -22,7 +19,6 @@ app/etc/modules/Mage_Bundle.xml
|
|||||||
app/etc/modules/Mage_Captcha.xml
|
app/etc/modules/Mage_Captcha.xml
|
||||||
app/etc/modules/Mage_Centinel.xml
|
app/etc/modules/Mage_Centinel.xml
|
||||||
app/etc/modules/Mage_Compiler.xml
|
app/etc/modules/Mage_Compiler.xml
|
||||||
app/etc/modules/Mage_ConfigurableSwatches.xml
|
|
||||||
app/etc/modules/Mage_Connect.xml
|
app/etc/modules/Mage_Connect.xml
|
||||||
app/etc/modules/Mage_CurrencySymbol.xml
|
app/etc/modules/Mage_CurrencySymbol.xml
|
||||||
app/etc/modules/Mage_Downloadable.xml
|
app/etc/modules/Mage_Downloadable.xml
|
||||||
@@ -45,14 +41,14 @@ app/etc/local.xml
|
|||||||
app/.htaccess
|
app/.htaccess
|
||||||
app/locale/
|
app/locale/
|
||||||
app/Mage.php
|
app/Mage.php
|
||||||
/cron.php
|
cron.php
|
||||||
cron.sh
|
cron.sh
|
||||||
downloader/
|
downloader/
|
||||||
errors/
|
errors/
|
||||||
favicon.ico
|
favicon.ico
|
||||||
/get.php
|
get.php
|
||||||
includes/
|
includes/
|
||||||
/index.php
|
index.php
|
||||||
index.php.sample
|
index.php.sample
|
||||||
/install.php
|
/install.php
|
||||||
js/blank.html
|
js/blank.html
|
||||||
@@ -78,7 +74,6 @@ lib/.htaccess
|
|||||||
lib/LinLibertineFont/
|
lib/LinLibertineFont/
|
||||||
lib/Mage/
|
lib/Mage/
|
||||||
lib/PEAR/
|
lib/PEAR/
|
||||||
lib/Pelago/
|
|
||||||
lib/phpseclib/
|
lib/phpseclib/
|
||||||
lib/Varien/
|
lib/Varien/
|
||||||
lib/Zend/
|
lib/Zend/
|
||||||
@@ -97,8 +92,7 @@ media/.htaccess
|
|||||||
media/import/
|
media/import/
|
||||||
media/xmlconnect/
|
media/xmlconnect/
|
||||||
media/catalog/product/cache/
|
media/catalog/product/cache/
|
||||||
media/catalog/product/placeholder/default/
|
api.php
|
||||||
/api.php
|
|
||||||
nbproject/
|
nbproject/
|
||||||
pear
|
pear
|
||||||
pear/
|
pear/
|
||||||
@@ -109,11 +103,9 @@ shell/abstract.php
|
|||||||
shell/compiler.php
|
shell/compiler.php
|
||||||
shell/indexer.php
|
shell/indexer.php
|
||||||
shell/log.php
|
shell/log.php
|
||||||
sitemap.xml
|
|
||||||
skin/adminhtml/default/default/
|
skin/adminhtml/default/default/
|
||||||
skin/adminhtml/default/enterprise
|
skin/adminhtml/default/enterprise
|
||||||
skin/frontend/base/
|
skin/frontend/base/
|
||||||
skin/frontend/rwd/
|
|
||||||
skin/frontend/default/blank/
|
skin/frontend/default/blank/
|
||||||
skin/frontend/default/blue/
|
skin/frontend/default/blue/
|
||||||
skin/frontend/default/default/
|
skin/frontend/default/default/
|
||||||
|
@@ -4,4 +4,3 @@ pom.xml.releaseBackup
|
|||||||
pom.xml.versionsBackup
|
pom.xml.versionsBackup
|
||||||
pom.xml.next
|
pom.xml.next
|
||||||
release.properties
|
release.properties
|
||||||
dependency-reduced-pom.xml
|
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
nimcache/
|
|
@@ -16,12 +16,13 @@ coverage
|
|||||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||||
.grunt
|
.grunt
|
||||||
|
|
||||||
# node-waf configuration
|
|
||||||
.lock-wscript
|
|
||||||
|
|
||||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||||
build/Release
|
build/Release
|
||||||
|
|
||||||
# Dependency directory
|
# Dependency directory
|
||||||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
# Commenting this out is preferred by some people, see
|
||||||
|
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# Users Environment Variables
|
||||||
|
.lock-wscript
|
||||||
|
@@ -7,14 +7,3 @@
|
|||||||
*.cmx
|
*.cmx
|
||||||
*.cmxs
|
*.cmxs
|
||||||
*.cmxa
|
*.cmxa
|
||||||
|
|
||||||
# ocamlbuild working directory
|
|
||||||
_build/
|
|
||||||
|
|
||||||
# ocamlbuild targets
|
|
||||||
*.byte
|
|
||||||
*.native
|
|
||||||
|
|
||||||
# oasis generated files
|
|
||||||
setup.data
|
|
||||||
setup.log
|
|
||||||
|
@@ -17,4 +17,3 @@ nytprof.out
|
|||||||
/pm_to_blib
|
/pm_to_blib
|
||||||
*.o
|
*.o
|
||||||
*.bs
|
*.bs
|
||||||
/_eumm/
|
|
||||||
|
@@ -11,9 +11,7 @@ env/
|
|||||||
build/
|
build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
dist/
|
||||||
downloads/
|
|
||||||
eggs/
|
eggs/
|
||||||
.eggs/
|
|
||||||
lib/
|
lib/
|
||||||
lib64/
|
lib64/
|
||||||
parts/
|
parts/
|
||||||
@@ -37,7 +35,6 @@ pip-delete-this-directory.txt
|
|||||||
htmlcov/
|
htmlcov/
|
||||||
.tox/
|
.tox/
|
||||||
.coverage
|
.coverage
|
||||||
.coverage.*
|
|
||||||
.cache
|
.cache
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
|
@@ -16,8 +16,6 @@
|
|||||||
/.qmake.stash
|
/.qmake.stash
|
||||||
*.pro.user
|
*.pro.user
|
||||||
*.pro.user.*
|
*.pro.user.*
|
||||||
*.qbs.user
|
|
||||||
*.qbs.user.*
|
|
||||||
*.moc
|
*.moc
|
||||||
moc_*.cpp
|
moc_*.cpp
|
||||||
qrc_*.cpp
|
qrc_*.cpp
|
||||||
|
@@ -1,13 +1,8 @@
|
|||||||
# History files
|
# History files
|
||||||
.Rhistory
|
.Rhistory
|
||||||
.Rapp.history
|
|
||||||
|
|
||||||
# Example code in package build process
|
# Example code in package build process
|
||||||
*-Ex.R
|
*-Ex.R
|
||||||
|
|
||||||
# RStudio files
|
# R data files from past sessions
|
||||||
.Rproj.user/
|
.Rdata
|
||||||
|
|
||||||
# produced vignettes
|
|
||||||
vignettes/*.html
|
|
||||||
vignettes/*.pdf
|
|
||||||
|
@@ -53,11 +53,6 @@ high quality, we request that contributions adhere to the following guidelines.
|
|||||||
In general, the more you can do to help us understand the change you’re making,
|
In general, the more you can do to help us understand the change you’re making,
|
||||||
the more likely we’ll be to accept your contribution quickly.
|
the more likely we’ll be to accept your contribution quickly.
|
||||||
|
|
||||||
If a template is mostly a list of files installed by a particular version of
|
|
||||||
some software (e.g. a PHP framework) then it's brittle and probably no more
|
|
||||||
helpful than a simple `ls`. If it's not possible to curate a small set of
|
|
||||||
useful rules, then the template might not be a good fit for this collection.
|
|
||||||
|
|
||||||
Please also understand that we can’t list every tool that ever existed.
|
Please also understand that we can’t list every tool that ever existed.
|
||||||
Our aim is to curate a collection of the *most common and helpful* templates,
|
Our aim is to curate a collection of the *most common and helpful* templates,
|
||||||
not to make sure we cover every project possible. If we choose not to
|
not to make sure we cover every project possible. If we choose not to
|
||||||
|
@@ -4,7 +4,6 @@ capybara-*.html
|
|||||||
/log
|
/log
|
||||||
/tmp
|
/tmp
|
||||||
/db/*.sqlite3
|
/db/*.sqlite3
|
||||||
/db/*.sqlite3-journal
|
|
||||||
/public/system
|
/public/system
|
||||||
/coverage/
|
/coverage/
|
||||||
/spec/tmp
|
/spec/tmp
|
||||||
@@ -25,11 +24,3 @@ config/secrets.yml
|
|||||||
|
|
||||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
|
||||||
# if using bower-rails ignore default bower_components path bower.json files
|
|
||||||
/vendor/assets/bower_components
|
|
||||||
*.bowerrc
|
|
||||||
bower.json
|
|
||||||
|
|
||||||
# Ignore pow environment settings
|
|
||||||
.powenv
|
|
||||||
|
@@ -22,7 +22,6 @@ build/
|
|||||||
|
|
||||||
## Environment normalisation:
|
## Environment normalisation:
|
||||||
/.bundle/
|
/.bundle/
|
||||||
/vendor/bundle
|
|
||||||
/lib/bundler/man/
|
/lib/bundler/man/
|
||||||
|
|
||||||
# for a library or gem, you might want to ignore these files since the code is
|
# for a library or gem, you might want to ignore these files since the code is
|
||||||
|
@@ -1,2 +1 @@
|
|||||||
.sass-cache
|
.sass-cache
|
||||||
*.css.map
|
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
*.log
|
*.log
|
||||||
|
|
||||||
# sbt specific
|
# sbt specific
|
||||||
.cache
|
.cache/
|
||||||
.history
|
.history/
|
||||||
.lib/
|
.lib/
|
||||||
dist/*
|
dist/*
|
||||||
target/
|
target/
|
||||||
|
@@ -24,10 +24,3 @@ DerivedData
|
|||||||
# 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-ignore-the-pods-directory-in-source-control
|
||||||
#
|
#
|
||||||
# Pods/
|
# Pods/
|
||||||
|
|
||||||
# Carthage
|
|
||||||
#
|
|
||||||
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
||||||
# Carthage/Checkouts
|
|
||||||
|
|
||||||
Carthage/Build
|
|
||||||
|
@@ -1,37 +1,15 @@
|
|||||||
# Cache and logs (Symfony2)
|
cache/*
|
||||||
/app/cache/*
|
log/*
|
||||||
/app/logs/*
|
web/uploads/*
|
||||||
!app/cache/.gitkeep
|
config/databases.yml
|
||||||
!app/logs/.gitkeep
|
config/propel.ini
|
||||||
|
data/sql/*
|
||||||
# Cache and logs (Symfony3)
|
lib/filter/doctrine/base/Base*
|
||||||
/var/cache/*
|
lib/filter/doctrine/*Plugin/base/Base*
|
||||||
/var/logs/*
|
lib/form/doctrine/base/Base*
|
||||||
!var/cache/.gitkeep
|
lib/form/doctrine/*Plugin/base/Base*
|
||||||
!var/logs/.gitkeep
|
lib/model/doctrine/base/Base*
|
||||||
|
lib/model/doctrine/*Plugin/base/Base*
|
||||||
# Parameters
|
lib/model/om/*
|
||||||
/app/config/parameters.yml
|
lib/model/map/*
|
||||||
/app/config/parameters.ini
|
web/*Plugin/*
|
||||||
|
|
||||||
# Managed by Composer
|
|
||||||
/app/bootstrap.php.cache
|
|
||||||
/var/bootstrap.php.cache
|
|
||||||
/bin/*
|
|
||||||
!bin/console
|
|
||||||
!bin/symfony_requirements
|
|
||||||
/vendor/
|
|
||||||
|
|
||||||
# Assets and user uploads
|
|
||||||
/web/bundles/
|
|
||||||
/web/uploads/
|
|
||||||
|
|
||||||
# PHPUnit
|
|
||||||
/app/phpunit.xml
|
|
||||||
/phpunit.xml
|
|
||||||
|
|
||||||
# Build data
|
|
||||||
/build/
|
|
||||||
|
|
||||||
# Composer PHAR
|
|
||||||
/composer.phar
|
|
||||||
|
24
Symfony2.gitignore
Normal file
24
Symfony2.gitignore
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Cache and logs
|
||||||
|
/app/cache/*
|
||||||
|
/app/logs/*
|
||||||
|
!app/cache/.gitkeep
|
||||||
|
!app/logs/.gitkeep
|
||||||
|
|
||||||
|
# Parameters
|
||||||
|
/app/config/parameters.yml
|
||||||
|
/app/config/parameters.ini
|
||||||
|
|
||||||
|
# Managed by Composer
|
||||||
|
/app/bootstrap.php.cache
|
||||||
|
/bin/
|
||||||
|
/vendor/
|
||||||
|
|
||||||
|
# Assets and user uploads
|
||||||
|
/web/bundles/
|
||||||
|
/web/uploads/
|
||||||
|
|
||||||
|
# PHPUnit
|
||||||
|
/app/phpunit.xml
|
||||||
|
|
||||||
|
# Composer PHAR
|
||||||
|
/composer.phar
|
82
Target3001.gitignore
Normal file
82
Target3001.gitignore
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
# Ignore list for Target 3001!, a PCB layout tool
|
||||||
|
|
||||||
|
# mutex file
|
||||||
|
*.T300[01]OPEN
|
||||||
|
|
||||||
|
# Drill output
|
||||||
|
*.DRL
|
||||||
|
*.BHR
|
||||||
|
BOHRPICT.3001
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
# (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup)
|
||||||
|
BackupFiles
|
||||||
|
*.BK?
|
||||||
|
*_w?.T300[01]
|
||||||
|
*_m?.T300[01]
|
||||||
|
*_m??.T300[01]
|
||||||
|
|
||||||
|
# Autosave files
|
||||||
|
*.T300[01]?
|
||||||
|
|
||||||
|
# Gerber output
|
||||||
|
*.Apr
|
||||||
|
*.BLN
|
||||||
|
*.Bot
|
||||||
|
*.Drill
|
||||||
|
*.GER
|
||||||
|
*.Hole
|
||||||
|
*.Info
|
||||||
|
*.L*
|
||||||
|
*.NamesBot
|
||||||
|
*.NamesTop
|
||||||
|
*.Outline
|
||||||
|
*.PadStack*
|
||||||
|
*.PasteBot
|
||||||
|
*.PasteTop
|
||||||
|
*.PosiBot
|
||||||
|
*.PosiTop
|
||||||
|
*.SB
|
||||||
|
*.Special*
|
||||||
|
*.ST
|
||||||
|
*.StopBot
|
||||||
|
*.StopTop
|
||||||
|
*.Tool
|
||||||
|
*.Top
|
||||||
|
*.ValuesBot
|
||||||
|
*.ValuesTop
|
||||||
|
*.Whl
|
||||||
|
|
||||||
|
# production formats
|
||||||
|
*.cnc
|
||||||
|
*.fab
|
||||||
|
*.cad
|
||||||
|
*.GDS
|
||||||
|
*.exc
|
||||||
|
excellon.txt
|
||||||
|
*.stk
|
||||||
|
*.ncp
|
||||||
|
*.pcb
|
||||||
|
*.cbt
|
||||||
|
*.vhf
|
||||||
|
*.iso
|
||||||
|
|
||||||
|
# exchange formats
|
||||||
|
*.DXF
|
||||||
|
*.PS
|
||||||
|
*.TIF
|
||||||
|
*.NET
|
||||||
|
*.PLT
|
||||||
|
*.HPGL
|
||||||
|
*.emn
|
||||||
|
*.stp
|
||||||
|
*.tgr
|
||||||
|
*.dif
|
||||||
|
*.emp
|
||||||
|
|
||||||
|
# cable loom
|
||||||
|
*.dsi
|
||||||
|
*.pnm
|
||||||
|
*.wrl
|
||||||
|
*.ADPT
|
||||||
|
*.AZO
|
11
Tasm.gitignore
Normal file
11
Tasm.gitignore
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Object Files
|
||||||
|
*.OBJ
|
||||||
|
|
||||||
|
# List Files
|
||||||
|
*.LST
|
||||||
|
|
||||||
|
# Map files
|
||||||
|
*.MAP
|
||||||
|
|
||||||
|
# Executable files
|
||||||
|
*.EXE
|
@@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
## Intermediate documents:
|
## Intermediate documents:
|
||||||
*.dvi
|
*.dvi
|
||||||
*-converted-to.*
|
|
||||||
# these rules might exclude image files for figures etc.
|
# these rules might exclude image files for figures etc.
|
||||||
# *.ps
|
# *.ps
|
||||||
# *.eps
|
# *.eps
|
||||||
@@ -21,12 +20,10 @@
|
|||||||
*.blg
|
*.blg
|
||||||
*-blx.aux
|
*-blx.aux
|
||||||
*-blx.bib
|
*-blx.bib
|
||||||
*.brf
|
|
||||||
*.run.xml
|
*.run.xml
|
||||||
|
|
||||||
## Build tool auxiliary files:
|
## Build tool auxiliary files:
|
||||||
*.fdb_latexmk
|
*.fdb_latexmk
|
||||||
*.synctex
|
|
||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
*.synctex.gz(busy)
|
*.synctex.gz(busy)
|
||||||
*.pdfsync
|
*.pdfsync
|
||||||
@@ -37,9 +34,6 @@
|
|||||||
*.alg
|
*.alg
|
||||||
*.loa
|
*.loa
|
||||||
|
|
||||||
# achemso
|
|
||||||
acs-*.bib
|
|
||||||
|
|
||||||
# amsthm
|
# amsthm
|
||||||
*.thm
|
*.thm
|
||||||
|
|
||||||
@@ -56,12 +50,6 @@ acs-*.bib
|
|||||||
*.[1-9]R
|
*.[1-9]R
|
||||||
*.[1-9][0-9]R
|
*.[1-9][0-9]R
|
||||||
*.[1-9][0-9][0-9]R
|
*.[1-9][0-9][0-9]R
|
||||||
*.eledsec[1-9]
|
|
||||||
*.eledsec[1-9]R
|
|
||||||
*.eledsec[1-9][0-9]
|
|
||||||
*.eledsec[1-9][0-9]R
|
|
||||||
*.eledsec[1-9][0-9][0-9]
|
|
||||||
*.eledsec[1-9][0-9][0-9]R
|
|
||||||
|
|
||||||
# glossaries
|
# glossaries
|
||||||
*.acn
|
*.acn
|
||||||
@@ -73,11 +61,6 @@ acs-*.bib
|
|||||||
# hyperref
|
# hyperref
|
||||||
*.brf
|
*.brf
|
||||||
|
|
||||||
# knitr
|
|
||||||
*-concordance.tex
|
|
||||||
*.tikz
|
|
||||||
*-tikzDictionary
|
|
||||||
|
|
||||||
# listings
|
# listings
|
||||||
*.lol
|
*.lol
|
||||||
|
|
||||||
@@ -93,7 +76,6 @@ acs-*.bib
|
|||||||
*.mtc0
|
*.mtc0
|
||||||
|
|
||||||
# minted
|
# minted
|
||||||
_minted*
|
|
||||||
*.pyg
|
*.pyg
|
||||||
|
|
||||||
# morewrites
|
# morewrites
|
||||||
@@ -117,7 +99,3 @@ sympy-plots-for-*.tex/
|
|||||||
|
|
||||||
# xindy
|
# xindy
|
||||||
*.xdy
|
*.xdy
|
||||||
|
|
||||||
# WinEdt
|
|
||||||
*.bak
|
|
||||||
*.sav
|
|
||||||
|
@@ -14,4 +14,4 @@ Cached/
|
|||||||
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
|
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
|
||||||
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
||||||
!**/App_Data/[Pp]ackages/
|
!**/App_Data/[Pp]ackages/
|
||||||
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
|
!**/[Uu]mbraco/developer/[Pp]ackages
|
||||||
|
@@ -1,21 +1,16 @@
|
|||||||
[Ll]ibrary/
|
[Ll]ibrary/
|
||||||
[Tt]emp/
|
[Tt]emp/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Bb]uild/
|
|
||||||
|
|
||||||
# Autogenerated VS/MD solution and project files
|
# Autogenerated VS/MD solution and project files
|
||||||
*.csproj
|
/*.csproj
|
||||||
*.unityproj
|
/*.unityproj
|
||||||
*.sln
|
/*.sln
|
||||||
*.suo
|
/*.suo
|
||||||
*.tmp
|
/*.user
|
||||||
*.user
|
/*.userprefs
|
||||||
*.userprefs
|
/*.pidb
|
||||||
*.pidb
|
/*.booproj
|
||||||
*.booproj
|
|
||||||
|
|
||||||
# Unity3D generated meta files
|
#Unity3D Generated File On Crash Reports
|
||||||
*.pidb.meta
|
|
||||||
|
|
||||||
# Unity3D Generated File On Crash Reports
|
|
||||||
sysinfo.txt
|
sysinfo.txt
|
||||||
|
@@ -4,12 +4,8 @@
|
|||||||
# User-specific files
|
# User-specific files
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
*.userosscache
|
|
||||||
*.sln.docstates
|
*.sln.docstates
|
||||||
|
|
||||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
||||||
*.userprefs
|
|
||||||
|
|
||||||
# Build results
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug/
|
||||||
[Dd]ebugPublic/
|
[Dd]ebugPublic/
|
||||||
@@ -22,14 +18,14 @@ bld/
|
|||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
|
|
||||||
# Visual Studo 2015 cache/options directory
|
# Roslyn cache directories
|
||||||
.vs/
|
*.ide/
|
||||||
|
|
||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
# NUNIT
|
#NUNIT
|
||||||
*.VisualState.xml
|
*.VisualState.xml
|
||||||
TestResult.xml
|
TestResult.xml
|
||||||
|
|
||||||
@@ -140,7 +136,7 @@ publish/
|
|||||||
**/packages/*
|
**/packages/*
|
||||||
# except build/, which is used as an MSBuild target.
|
# except build/, which is used as an MSBuild target.
|
||||||
!**/packages/build/
|
!**/packages/build/
|
||||||
# Uncomment if necessary however generally it will be regenerated when needed
|
# If using the old MSBuild-Integrated Package Restore, uncomment this:
|
||||||
#!**/packages/repositories.config
|
#!**/packages/repositories.config
|
||||||
|
|
||||||
# Windows Azure Build Output
|
# Windows Azure Build Output
|
||||||
@@ -151,7 +147,8 @@ csx/
|
|||||||
AppPackages/
|
AppPackages/
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
*.[Cc]ache
|
sql/
|
||||||
|
*.Cache
|
||||||
ClientBin/
|
ClientBin/
|
||||||
[Ss]tyle[Cc]op.*
|
[Ss]tyle[Cc]op.*
|
||||||
~$*
|
~$*
|
||||||
@@ -161,7 +158,6 @@ ClientBin/
|
|||||||
*.pfx
|
*.pfx
|
||||||
*.publishsettings
|
*.publishsettings
|
||||||
node_modules/
|
node_modules/
|
||||||
bower_components/
|
|
||||||
|
|
||||||
# RIA/Silverlight projects
|
# RIA/Silverlight projects
|
||||||
Generated_Code/
|
Generated_Code/
|
||||||
@@ -185,12 +181,3 @@ UpgradeLog*.htm
|
|||||||
|
|
||||||
# Microsoft Fakes
|
# Microsoft Fakes
|
||||||
FakesAssemblies/
|
FakesAssemblies/
|
||||||
|
|
||||||
# Node.js Tools for Visual Studio
|
|
||||||
.ntvs_analysis.dat
|
|
||||||
|
|
||||||
# Visual Studio 6 build log
|
|
||||||
*.plg
|
|
||||||
|
|
||||||
# Visual Studio 6 workspace options file
|
|
||||||
*.opt
|
|
||||||
|
@@ -1,11 +0,0 @@
|
|||||||
# Xojo (formerly REALbasic and Real Studio)
|
|
||||||
|
|
||||||
Builds*
|
|
||||||
*.debug
|
|
||||||
*.debug.app
|
|
||||||
Debug*.exe
|
|
||||||
Debug*/Debug*.exe
|
|
||||||
Debug*/Debug*\ Libs
|
|
||||||
*.rbuistate
|
|
||||||
*.xojo_uistate
|
|
||||||
*.obsolete
|
|
@@ -3,18 +3,18 @@ composer.phar
|
|||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
# Local configs
|
# Local configs
|
||||||
config/autoload/*.local.php
|
config/autoload/*local.php
|
||||||
|
|
||||||
# Binary gettext files
|
# Binary gettext files
|
||||||
*.mo
|
*.po
|
||||||
|
|
||||||
# Data
|
# Data
|
||||||
data/logs/
|
log/
|
||||||
data/cache/
|
logs/
|
||||||
data/sessions/
|
cache/
|
||||||
data/tmp/
|
|
||||||
temp/
|
temp/
|
||||||
|
tmp/
|
||||||
|
|
||||||
# Legacy ZF1
|
# ZF1
|
||||||
demos/
|
demos/
|
||||||
extras/documentation
|
extras/documentation
|
||||||
|
Reference in New Issue
Block a user