Compare commits
1 Commits
annotating
...
old-ghfw
Author | SHA1 | Date | |
---|---|---|---|
|
65d68c5ad1 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
VERSION
|
@@ -1,2 +0,0 @@
|
|||||||
# Google App Engine generated folder
|
|
||||||
appengine-generated/
|
|
@@ -1,13 +1,9 @@
|
|||||||
*.tar
|
*.tar
|
||||||
*.tar.*
|
*.tar.*
|
||||||
*.jar
|
|
||||||
*.exe
|
|
||||||
*.msi
|
|
||||||
*.zip
|
*.zip
|
||||||
*.tgz
|
*.tgz
|
||||||
*.log
|
*.log
|
||||||
*.log.*
|
*.log.*
|
||||||
*.sig
|
*.sig
|
||||||
|
|
||||||
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
|
||||||
@@ -27,6 +23,3 @@
|
|||||||
*.i*86
|
*.i*86
|
||||||
*.x86_64
|
*.x86_64
|
||||||
*.hex
|
*.hex
|
||||||
|
|
||||||
# Debug files
|
|
||||||
*.dSYM/
|
|
||||||
|
@@ -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,6 +0,0 @@
|
|||||||
*.i
|
|
||||||
*.ii
|
|
||||||
*.gpu
|
|
||||||
*.ptx
|
|
||||||
*.cubin
|
|
||||||
*.fatbin
|
|
@@ -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,6 +1,6 @@
|
|||||||
*/config/development
|
*/config/development
|
||||||
*/logs/log-*.php
|
*/logs/log-*.php
|
||||||
!*/logs/index.html
|
*/logs/!index.html
|
||||||
*/cache/*
|
*/cache/*
|
||||||
!*/cache/index.html
|
*/cache/!index.html
|
||||||
!*/cache/.htaccess
|
*/cache/!.htaccess
|
||||||
|
@@ -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,12 +20,6 @@ local.properties
|
|||||||
# CDT-specific
|
# CDT-specific
|
||||||
.cproject
|
.cproject
|
||||||
|
|
||||||
# JDT-specific (Eclipse Java Development Tools)
|
|
||||||
.classpath
|
|
||||||
|
|
||||||
# Java annotation processor (APT)
|
|
||||||
.factorypath
|
|
||||||
|
|
||||||
# PDT-specific
|
# PDT-specific
|
||||||
.buildpath
|
.buildpath
|
||||||
|
|
||||||
|
@@ -27,6 +27,3 @@ tramp
|
|||||||
|
|
||||||
# AUCTeX auto folder
|
# AUCTeX auto folder
|
||||||
/auto/
|
/auto/
|
||||||
|
|
||||||
# cask packages
|
|
||||||
.cask/
|
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
# Ensime specific
|
# Ensime specific
|
||||||
.ensime
|
.ensime
|
||||||
.ensime_cache/
|
|
||||||
.ensime_lucene/
|
.ensime_lucene/
|
||||||
|
@@ -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, CLion, Android Studio
|
# 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
|
||||||
|
out/
|
||||||
|
|
||||||
# IntelliJ
|
# generated by mpeltonen/sbt-idea plugin
|
||||||
/out/
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
@@ -1,30 +1,12 @@
|
|||||||
# Lazarus compiler-generated binaries (safe to delete)
|
#ignore backup files
|
||||||
*.exe
|
backup/
|
||||||
*.dll
|
|
||||||
*.so
|
#ignore files generated by the compiler
|
||||||
*.dylib
|
lib/
|
||||||
*.lrs
|
|
||||||
*.res
|
|
||||||
*.compiled
|
*.compiled
|
||||||
*.dbg
|
|
||||||
*.ppu
|
|
||||||
*.o
|
*.o
|
||||||
*.or
|
*.or
|
||||||
*.a
|
*.ppu
|
||||||
|
|
||||||
# Lazarus autogenerated files (duplicated info)
|
#exclude executable output in windows
|
||||||
*.rst
|
*.exe
|
||||||
*.rsj
|
|
||||||
*.lrt
|
|
||||||
|
|
||||||
# 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/
|
|
||||||
|
@@ -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/
|
@@ -4,7 +4,7 @@ This directory contains globally useful gitignores,
|
|||||||
e.g. OS-specific and editor specific.
|
e.g. OS-specific and editor specific.
|
||||||
|
|
||||||
For more on global gitignores:
|
For more on global gitignores:
|
||||||
<https://help.github.com/articles/ignoring-files/#create-a-global-gitignore>
|
<http://help.github.com/git-ignore/>
|
||||||
|
|
||||||
And a good blog post about 'em:
|
And a good blog post about 'em:
|
||||||
<http://augustl.com/blog/2009/global_gitignores>
|
<http://augustl.com/blog/2009/global_gitignores>
|
||||||
|
@@ -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,36 +0,0 @@
|
|||||||
# Waveform formats
|
|
||||||
*.vcd
|
|
||||||
*.vpd
|
|
||||||
*.evcd
|
|
||||||
*.fsdb
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# Generated for Verilog and VHDL top configs
|
|
||||||
simv.daidir/
|
|
||||||
simv.db.dir/
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# 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
|
|
@@ -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
|
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
.settings
|
|
||||||
|
|
@@ -13,6 +13,3 @@ $RECYCLE.BIN/
|
|||||||
*.msi
|
*.msi
|
||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
|
|
||||||
# Windows shortcuts
|
|
||||||
*.lnk
|
|
||||||
|
@@ -1,12 +1,4 @@
|
|||||||
# Xcode
|
|
||||||
#
|
|
||||||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
||||||
|
|
||||||
## Build generated
|
|
||||||
build/
|
build/
|
||||||
DerivedData
|
|
||||||
|
|
||||||
## Various settings
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
!default.pbxuser
|
!default.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@@ -16,8 +8,7 @@ DerivedData
|
|||||||
*.perspectivev3
|
*.perspectivev3
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
xcuserdata
|
xcuserdata
|
||||||
|
|
||||||
## Other
|
|
||||||
*.xccheckout
|
*.xccheckout
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
|
DerivedData
|
||||||
*.xcuserstate
|
*.xcuserstate
|
||||||
|
@@ -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
|
.virtualenv
|
||||||
*.dyn_hi
|
|
||||||
.hpc
|
|
||||||
.hsenv
|
.hsenv
|
||||||
.cabal-sandbox/
|
.cabal-sandbox/
|
||||||
cabal.sandbox.config
|
cabal.sandbox.config
|
||||||
*.prof
|
cabal.config
|
||||||
*.aux
|
|
||||||
*.hp
|
|
||||||
.stack-work/
|
|
||||||
|
@@ -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,3 +1 @@
|
|||||||
_site/
|
_site/
|
||||||
.sass-cache/
|
|
||||||
.jekyll-metadata
|
|
||||||
|
@@ -2,13 +2,8 @@
|
|||||||
/.htaccess
|
/.htaccess
|
||||||
/administrator/cache/*
|
/administrator/cache/*
|
||||||
/administrator/components/com_admin/*
|
/administrator/components/com_admin/*
|
||||||
/administrator/components/com_ajax/*
|
|
||||||
/administrator/components/com_tags/*
|
|
||||||
/administrator/components/com_banners/*
|
/administrator/components/com_banners/*
|
||||||
/administrator/components/com_cache/*
|
/administrator/components/com_cache/*
|
||||||
/administrator/components/com_postinstall/*
|
|
||||||
/administrator/components/com_joomlaupdate/*
|
|
||||||
/administrator/components/com_contenthistory/*
|
|
||||||
/administrator/components/com_categories/*
|
/administrator/components/com_categories/*
|
||||||
/administrator/components/com_checkin/*
|
/administrator/components/com_checkin/*
|
||||||
/administrator/components/com_config/*
|
/administrator/components/com_config/*
|
||||||
@@ -33,52 +28,7 @@
|
|||||||
/administrator/components/index.html
|
/administrator/components/index.html
|
||||||
/administrator/help/*
|
/administrator/help/*
|
||||||
/administrator/includes/*
|
/administrator/includes/*
|
||||||
/administrator/language/en-GB/en-GB.com_ajax.ini
|
/administrator/language/en-GB/
|
||||||
/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.ini
|
||||||
/administrator/language/en-GB/en-GB.com_admin.sys.ini
|
/administrator/language/en-GB/en-GB.com_admin.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_banners.ini
|
/administrator/language/en-GB/en-GB.com_banners.ini
|
||||||
@@ -268,22 +218,15 @@
|
|||||||
/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/isis/*
|
|
||||||
/administrator/templates/hathor/*
|
/administrator/templates/hathor/*
|
||||||
/administrator/templates/system/*
|
/administrator/templates/system/*
|
||||||
/administrator/templates/index.html
|
/administrator/templates/index.html
|
||||||
/administrator/index.php
|
/administrator/index.php
|
||||||
/cache/*
|
/cache/*
|
||||||
/bin/*
|
|
||||||
/cli/*
|
/cli/*
|
||||||
/components/com_banners/*
|
/components/com_banners/*
|
||||||
/components/com_ajax/*
|
|
||||||
/components/com_config/*
|
|
||||||
/components/com_contenthistory/*
|
|
||||||
/components/com_tags/*
|
|
||||||
/components/com_contact/*
|
/components/com_contact/*
|
||||||
/components/com_content/*
|
/components/com_content/*
|
||||||
/components/com_finder/*
|
/components/com_finder/*
|
||||||
@@ -302,34 +245,12 @@
|
|||||||
/images/powered_by.png
|
/images/powered_by.png
|
||||||
/includes/*
|
/includes/*
|
||||||
/installation/*
|
/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_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.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.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.com_media.ini
|
||||||
/language/en-GB/en-GB.mod_finder.ini
|
|
||||||
/language/en-GB/en-GB.com_messages.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.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_search.ini
|
||||||
/language/en-GB/en-GB.com_users.ini
|
/language/en-GB/en-GB.com_users.ini
|
||||||
/language/en-GB/en-GB.com_weblinks.ini
|
/language/en-GB/en-GB.com_weblinks.ini
|
||||||
@@ -450,7 +371,6 @@
|
|||||||
/plugins/authentication/ldap/*
|
/plugins/authentication/ldap/*
|
||||||
/plugins/authentication/index.html
|
/plugins/authentication/index.html
|
||||||
/plugins/captcha/recaptcha/*
|
/plugins/captcha/recaptcha/*
|
||||||
/plugins/captcha/index.html
|
|
||||||
/plugins/content/emailcloak/*
|
/plugins/content/emailcloak/*
|
||||||
/plugins/content/example/*
|
/plugins/content/example/*
|
||||||
/plugins/content/finder/*
|
/plugins/content/finder/*
|
||||||
@@ -460,7 +380,6 @@
|
|||||||
/plugins/content/pagebreak/*
|
/plugins/content/pagebreak/*
|
||||||
/plugins/content/pagenavigation/*
|
/plugins/content/pagenavigation/*
|
||||||
/plugins/content/vote/*
|
/plugins/content/vote/*
|
||||||
/plugins/content/contact/*
|
|
||||||
/plugins/content/index.html
|
/plugins/content/index.html
|
||||||
/plugins/editors/codemirror/*
|
/plugins/editors/codemirror/*
|
||||||
/plugins/editors/none/*
|
/plugins/editors/none/*
|
||||||
@@ -479,18 +398,14 @@
|
|||||||
/plugins/finder/contacts/*
|
/plugins/finder/contacts/*
|
||||||
/plugins/finder/content/*
|
/plugins/finder/content/*
|
||||||
/plugins/finder/newsfeeds/*
|
/plugins/finder/newsfeeds/*
|
||||||
/plugins/finder/tags/*
|
|
||||||
/plugins/finder/weblinks/*
|
/plugins/finder/weblinks/*
|
||||||
/plugins/installer/*
|
|
||||||
/plugins/quickicon/extensionupdate/*
|
/plugins/quickicon/extensionupdate/*
|
||||||
/plugins/quickicon/joomlaupdate/*
|
/plugins/quickicon/joomlaupdate/*
|
||||||
/plugins/quickicon/index.html
|
|
||||||
/plugins/search/categories/*
|
/plugins/search/categories/*
|
||||||
/plugins/search/contacts/*
|
/plugins/search/contacts/*
|
||||||
/plugins/search/content/*
|
/plugins/search/content/*
|
||||||
/plugins/search/newsfeeds/*
|
/plugins/search/newsfeeds/*
|
||||||
/plugins/search/weblinks/*
|
/plugins/search/weblinks/*
|
||||||
/plugins/search/tags/*
|
|
||||||
/plugins/search/index.html
|
/plugins/search/index.html
|
||||||
/plugins/system/cache/*
|
/plugins/system/cache/*
|
||||||
/plugins/system/debug/*
|
/plugins/system/debug/*
|
||||||
@@ -504,7 +419,6 @@
|
|||||||
/plugins/system/remember/*
|
/plugins/system/remember/*
|
||||||
/plugins/system/sef/*
|
/plugins/system/sef/*
|
||||||
/plugins/system/index.html
|
/plugins/system/index.html
|
||||||
/plugins/twofactorauth/*
|
|
||||||
/plugins/user/contactcreator/*
|
/plugins/user/contactcreator/*
|
||||||
/plugins/user/example/*
|
/plugins/user/example/*
|
||||||
/plugins/user/joomla/*
|
/plugins/user/joomla/*
|
||||||
@@ -512,10 +426,8 @@
|
|||||||
/plugins/user/index.html
|
/plugins/user/index.html
|
||||||
/plugins/index.html
|
/plugins/index.html
|
||||||
/templates/atomic/*
|
/templates/atomic/*
|
||||||
/templates/beez3/*
|
|
||||||
/templates/beez_20/*
|
/templates/beez_20/*
|
||||||
/templates/beez5/*
|
/templates/beez5/*
|
||||||
/templates/protostar/*
|
|
||||||
/templates/system/*
|
/templates/system/*
|
||||||
/templates/index.html
|
/templates/index.html
|
||||||
/tmp/*
|
/tmp/*
|
||||||
|
2
Jython.gitignore
Normal file
2
Jython.gitignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*.pyc
|
||||||
|
*.class
|
@@ -1,11 +0,0 @@
|
|||||||
# 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
|
|
@@ -1,4 +1,3 @@
|
|||||||
/bootstrap/compiled.php
|
/bootstrap/compiled.php
|
||||||
.env.*.php
|
.env.*.php
|
||||||
.env.php
|
.env.php
|
||||||
.env
|
|
@@ -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/
|
||||||
@@ -89,7 +84,7 @@ LICENSE_AFL.txt
|
|||||||
LICENSE.html
|
LICENSE.html
|
||||||
LICENSE.txt
|
LICENSE.txt
|
||||||
LICENSE_EE*
|
LICENSE_EE*
|
||||||
/mage
|
mage
|
||||||
media/customer/
|
media/customer/
|
||||||
media/dhl/
|
media/dhl/
|
||||||
media/downloadable/
|
media/downloadable/
|
||||||
@@ -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/
|
||||||
|
@@ -1,10 +1,6 @@
|
|||||||
target/
|
target/
|
||||||
**/target/
|
|
||||||
pom.xml.tag
|
pom.xml.tag
|
||||||
pom.xml.releaseBackup
|
pom.xml.releaseBackup
|
||||||
pom.xml.versionsBackup
|
pom.xml.versionsBackup
|
||||||
pom.xml.next
|
pom.xml.next
|
||||||
release.properties
|
release.properties
|
||||||
dependency-reduced-pom.xml
|
|
||||||
buildNumber.properties
|
|
||||||
.mvn/timing.properties
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
Mercury/
|
Mercury/
|
||||||
Mercury.modules
|
|
||||||
*.mh
|
*.mh
|
||||||
*.err
|
*.err
|
||||||
*.init
|
*.init
|
||||||
|
2
Meteor.gitignore
Normal file
2
Meteor.gitignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.meteor/local
|
||||||
|
.meteor/meteorite
|
@@ -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://docs.npmjs.com/misc/faq#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
|
|
||||||
|
@@ -1,12 +1,6 @@
|
|||||||
# Xcode
|
# Xcode
|
||||||
#
|
#
|
||||||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
||||||
|
|
||||||
## Build generated
|
|
||||||
build/
|
build/
|
||||||
DerivedData
|
|
||||||
|
|
||||||
## Various settings
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
!default.pbxuser
|
!default.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@@ -16,28 +10,17 @@ DerivedData
|
|||||||
*.perspectivev3
|
*.perspectivev3
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
xcuserdata
|
xcuserdata
|
||||||
|
|
||||||
## Other
|
|
||||||
*.xccheckout
|
*.xccheckout
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
*.xcuserstate
|
DerivedData
|
||||||
*.xcscmblueprint
|
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
|
||||||
*.hmap
|
*.hmap
|
||||||
*.ipa
|
*.ipa
|
||||||
|
*.xcuserstate
|
||||||
|
|
||||||
# CocoaPods
|
# CocoaPods
|
||||||
#
|
#
|
||||||
# We recommend against adding the Pods directory to your .gitignore. However
|
# We recommend against adding the Pods directory to your .gitignore. However
|
||||||
# you should judge for yourself, the pros and cons are mentioned at:
|
# you should judge for yourself, the pros and cons are mentioned at:
|
||||||
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-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
|
|
||||||
|
@@ -17,4 +17,3 @@ nytprof.out
|
|||||||
/pm_to_blib
|
/pm_to_blib
|
||||||
*.o
|
*.o
|
||||||
*.bs
|
*.bs
|
||||||
/_eumm/
|
|
||||||
|
@@ -1,25 +1,29 @@
|
|||||||
# Private files
|
# Directories content
|
||||||
# The following files contain your database credentials and other personal data.
|
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
|
||||||
|
|
||||||
config/settings.*.php
|
|
||||||
|
|
||||||
# Cache, temp and generated files
|
|
||||||
# The following files are generated by PrestaShop.
|
|
||||||
|
|
||||||
admin-dev/autoupgrade/
|
|
||||||
cache/
|
|
||||||
config/xml/*.xml
|
config/xml/*.xml
|
||||||
log/
|
config/settings.inc.php
|
||||||
*sitemap.xml
|
|
||||||
themes/*/cache/
|
|
||||||
modules/*/config*.xml
|
|
||||||
|
|
||||||
# Site content
|
log/*.log
|
||||||
# The following folders contain product images, virtual products, CSV's, etc.
|
|
||||||
|
|
||||||
admin-dev/backups/
|
img/*
|
||||||
admin-dev/export/
|
!img/index.php
|
||||||
admin-dev/import/
|
!img/*/index.php
|
||||||
download/
|
|
||||||
img/
|
tools/smarty*/cache/*.php
|
||||||
upload/
|
!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
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
@@ -12,9 +11,7 @@ env/
|
|||||||
build/
|
build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
dist/
|
||||||
downloads/
|
|
||||||
eggs/
|
eggs/
|
||||||
.eggs/
|
|
||||||
lib/
|
lib/
|
||||||
lib64/
|
lib64/
|
||||||
parts/
|
parts/
|
||||||
@@ -38,11 +35,9 @@ pip-delete-this-directory.txt
|
|||||||
htmlcov/
|
htmlcov/
|
||||||
.tox/
|
.tox/
|
||||||
.coverage
|
.coverage
|
||||||
.coverage.*
|
|
||||||
.cache
|
.cache
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
*,cover
|
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
@@ -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/
|
||||||
|
@@ -1,12 +1,6 @@
|
|||||||
# Xcode
|
# Xcode
|
||||||
#
|
#
|
||||||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
||||||
|
|
||||||
## Build generated
|
|
||||||
build/
|
build/
|
||||||
DerivedData
|
|
||||||
|
|
||||||
## Various settings
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
!default.pbxuser
|
!default.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@@ -16,16 +10,12 @@ DerivedData
|
|||||||
*.perspectivev3
|
*.perspectivev3
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
xcuserdata
|
xcuserdata
|
||||||
|
|
||||||
## Other
|
|
||||||
*.xccheckout
|
*.xccheckout
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
*.xcuserstate
|
DerivedData
|
||||||
*.xcscmblueprint
|
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
|
||||||
*.hmap
|
*.hmap
|
||||||
*.ipa
|
*.ipa
|
||||||
|
*.xcuserstate
|
||||||
|
|
||||||
# CocoaPods
|
# CocoaPods
|
||||||
#
|
#
|
||||||
@@ -34,10 +24,3 @@ xcuserdata
|
|||||||
# 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,26 +20,20 @@
|
|||||||
*.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
|
||||||
|
|
||||||
## Auxiliary and intermediate files from other packages:
|
## Auxiliary and intermediate files from other packages:
|
||||||
|
|
||||||
|
|
||||||
# algorithms
|
# algorithms
|
||||||
*.alg
|
*.alg
|
||||||
*.loa
|
*.loa
|
||||||
|
|
||||||
# achemso
|
|
||||||
acs-*.bib
|
|
||||||
|
|
||||||
# amsthm
|
# amsthm
|
||||||
*.thm
|
*.thm
|
||||||
|
|
||||||
@@ -57,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
|
||||||
@@ -71,17 +58,9 @@ acs-*.bib
|
|||||||
*.glo
|
*.glo
|
||||||
*.gls
|
*.gls
|
||||||
|
|
||||||
# gnuplottex
|
|
||||||
*-gnuplottex-*
|
|
||||||
|
|
||||||
# hyperref
|
# hyperref
|
||||||
*.brf
|
*.brf
|
||||||
|
|
||||||
# knitr
|
|
||||||
*-concordance.tex
|
|
||||||
*.tikz
|
|
||||||
*-tikzDictionary
|
|
||||||
|
|
||||||
# listings
|
# listings
|
||||||
*.lol
|
*.lol
|
||||||
|
|
||||||
@@ -94,19 +73,14 @@ acs-*.bib
|
|||||||
# minitoc
|
# minitoc
|
||||||
*.maf
|
*.maf
|
||||||
*.mtc
|
*.mtc
|
||||||
*.mtc[0-9]
|
*.mtc0
|
||||||
*.mtc[1-9][0-9]
|
|
||||||
|
|
||||||
# minted
|
# minted
|
||||||
_minted*
|
|
||||||
*.pyg
|
*.pyg
|
||||||
|
|
||||||
# morewrites
|
# morewrites
|
||||||
*.mw
|
*.mw
|
||||||
|
|
||||||
# mylatexformat
|
|
||||||
*.fmt
|
|
||||||
|
|
||||||
# nomencl
|
# nomencl
|
||||||
*.nlo
|
*.nlo
|
||||||
|
|
||||||
@@ -120,17 +94,8 @@ _minted*
|
|||||||
*.sympy
|
*.sympy
|
||||||
sympy-plots-for-*.tex/
|
sympy-plots-for-*.tex/
|
||||||
|
|
||||||
# TikZ & PGF
|
|
||||||
*.dpth
|
|
||||||
*.md5
|
|
||||||
*.auxlock
|
|
||||||
|
|
||||||
# todonotes
|
# todonotes
|
||||||
*.tdo
|
*.tdo
|
||||||
|
|
||||||
# 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
|
||||||
|
@@ -1,22 +1,12 @@
|
|||||||
# temporary files generated by Visual Studio specific to the local user
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
# contains profile information and other metadata
|
## files generated by popular Visual Studio add-ons.
|
||||||
# remove: if no longer targeting Visual Studio 2013 or earlier
|
|
||||||
|
# User-specific files
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
*.userosscache
|
|
||||||
*.sln.docstates
|
*.sln.docstates
|
||||||
#
|
|
||||||
# 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 output folders generated by Visual Studio
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug/
|
||||||
[Dd]ebugPublic/
|
[Dd]ebugPublic/
|
||||||
[Rr]elease/
|
[Rr]elease/
|
||||||
@@ -27,57 +17,23 @@ build/
|
|||||||
bld/
|
bld/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
#
|
|
||||||
# default build log file
|
|
||||||
# remove: if no longer targeting Visual Studio 6
|
|
||||||
*.plg
|
|
||||||
|
|
||||||
# MSTest
|
# Roslyn cache directories
|
||||||
# a test framework from Microsoft
|
*.ide/
|
||||||
# remove: if you are not using the MSTest runner to run your tests
|
|
||||||
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[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
|
*.VisualState.xml
|
||||||
TestResult.xml
|
TestResult.xml
|
||||||
|
|
||||||
# ATL (Active Template Library) Project
|
# Build Results of an ATL Project
|
||||||
# remove: if you do not have an ATL project in your solution
|
|
||||||
[Dd]ebugPS/
|
[Dd]ebugPS/
|
||||||
[Rr]eleasePS/
|
[Rr]eleasePS/
|
||||||
dlldata.c
|
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
|
*_i.c
|
||||||
*_p.c
|
*_p.c
|
||||||
*_i.h
|
*_i.h
|
||||||
@@ -85,6 +41,7 @@ artifacts/
|
|||||||
*.meta
|
*.meta
|
||||||
*.obj
|
*.obj
|
||||||
*.pch
|
*.pch
|
||||||
|
*.pdb
|
||||||
*.pgc
|
*.pgc
|
||||||
*.pgd
|
*.pgd
|
||||||
*.rsp
|
*.rsp
|
||||||
@@ -95,15 +52,14 @@ artifacts/
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.tmp_proj
|
*.tmp_proj
|
||||||
*.log
|
*.log
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
.builds
|
.builds
|
||||||
*.pidb
|
*.pidb
|
||||||
*.svclog
|
*.svclog
|
||||||
*.scc
|
*.scc
|
||||||
|
|
||||||
# Chutzpah
|
# Chutzpah Test files
|
||||||
# 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*
|
_Chutzpah*
|
||||||
|
|
||||||
# Visual C++ cache files
|
# Visual C++ cache files
|
||||||
@@ -114,70 +70,46 @@ ipch/
|
|||||||
*.sdf
|
*.sdf
|
||||||
*.cachefile
|
*.cachefile
|
||||||
|
|
||||||
# temporary files generated by the Visual Studio profiling tools
|
# Visual Studio profiler
|
||||||
# remove: if you are not using these features of Visual Studio
|
|
||||||
*.psess
|
*.psess
|
||||||
*.vsp
|
*.vsp
|
||||||
*.vspx
|
*.vspx
|
||||||
|
|
||||||
# TFS 2012 Local Workspace
|
# TFS 2012 Local Workspace
|
||||||
# remove: if you are not using TFVC in this repository
|
|
||||||
$tf/
|
$tf/
|
||||||
|
|
||||||
# Guidance Automation Toolkit
|
# Guidance Automation Toolkit
|
||||||
*.gpState
|
*.gpState
|
||||||
|
|
||||||
# ReSharper
|
# ReSharper is a .NET coding add-in
|
||||||
# a Visual Studio extension which supports various project types
|
|
||||||
# url: https://www.jetbrains.com/resharper/
|
|
||||||
_ReSharper*/
|
_ReSharper*/
|
||||||
*.[Rr]e[Ss]harper
|
*.[Rr]e[Ss]harper
|
||||||
*.DotSettings.user
|
*.DotSettings.user
|
||||||
|
|
||||||
# JustCode
|
# JustCode is a .NET coding addin-in
|
||||||
# a Visual Studio extension for various project types
|
|
||||||
# url: https://www.jetbrains.com/resharper/
|
|
||||||
.JustCode
|
.JustCode
|
||||||
|
|
||||||
# TeamCity
|
# TeamCity is a build add-in
|
||||||
# a Visual Studio extension you can download from your TeamCity server
|
|
||||||
# url: https://confluence.jetbrains.com/display/TCD9/Visual+Studio+Addin
|
|
||||||
_TeamCity*
|
_TeamCity*
|
||||||
|
|
||||||
# DotCover
|
# DotCover is a Code Coverage Tool
|
||||||
# a code coverage plugin for Visual Studio
|
|
||||||
# url: https://www.jetbrains.com/dotcover/
|
|
||||||
*.dotCover
|
*.dotCover
|
||||||
|
|
||||||
# NCrunch
|
# NCrunch
|
||||||
# a continuous test runner for Visual Studio
|
|
||||||
# url: http://www.ncrunch.net
|
|
||||||
_NCrunch_*
|
_NCrunch_*
|
||||||
.*crunch*.local.xml
|
.*crunch*.local.xml
|
||||||
nCrunchTemp_*
|
|
||||||
|
|
||||||
# MightyMoose
|
# MightyMoose
|
||||||
# a continuous test runner for Visual Studio
|
|
||||||
# url: http://www.continuoustests.com/
|
|
||||||
*.mm.*
|
*.mm.*
|
||||||
AutoTest.Net/
|
AutoTest.Net/
|
||||||
|
|
||||||
# Web Workbench
|
# Web workbench (sass)
|
||||||
# SASS, LESS and Coffeescript integration for Visual Studio
|
|
||||||
# url: http://www.mindscapehq.com/products/web-workbench
|
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
|
|
||||||
# InstallShield
|
# Installshield output folder
|
||||||
# installer framework for Windows machines
|
|
||||||
# url: http://www.flexerasoftware.com/producer/products/software-installation/installshield-software-installer/
|
|
||||||
#
|
|
||||||
# output folder
|
|
||||||
[Ee]xpress/
|
[Ee]xpress/
|
||||||
|
|
||||||
# DocProject
|
# DocProject is a documentation generator add-in
|
||||||
# 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/buildhelp/
|
||||||
DocProject/Help/*.HxT
|
DocProject/Help/*.HxT
|
||||||
DocProject/Help/*.HxC
|
DocProject/Help/*.HxC
|
||||||
@@ -187,42 +119,24 @@ DocProject/Help/*.hhp
|
|||||||
DocProject/Help/Html2
|
DocProject/Help/Html2
|
||||||
DocProject/Help/html
|
DocProject/Help/html
|
||||||
|
|
||||||
# ClickOnce installer and deployment
|
# Click-Once directory
|
||||||
# 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/
|
||||||
|
|
||||||
# Publish Web Output
|
# Publish Web Output
|
||||||
*.[Pp]ublish.xml
|
*.[Pp]ublish.xml
|
||||||
*.azurePubxml
|
*.azurePubxml
|
||||||
#
|
# TODO: Comment the next line if you want to checkin your web deploy settings
|
||||||
# remove: if you have sensitive details in your database connection strings
|
# but database connection strings (with potential passwords) will be unencrypted
|
||||||
(such as passwords) committing this settings file will mean
|
|
||||||
that they are stored in an unencrypted state in your repository
|
|
||||||
*.pubxml
|
*.pubxml
|
||||||
*.publishproj
|
*.publishproj
|
||||||
|
|
||||||
# NuGet
|
# NuGet Packages
|
||||||
# summary: the package manager tool used in Visual Studio
|
|
||||||
# url: https://nuget.org
|
|
||||||
#
|
|
||||||
# output packages created by NuGet
|
|
||||||
*.nupkg
|
*.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/*
|
**/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/
|
!**/packages/build/
|
||||||
#
|
# If using the old MSBuild-Integrated Package Restore, uncomment this:
|
||||||
# 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
|
#!**/packages/repositories.config
|
||||||
|
|
||||||
# Windows Azure Build Output
|
# Windows Azure Build Output
|
||||||
@@ -232,53 +146,25 @@ csx/
|
|||||||
# Windows Store app package directory
|
# Windows Store app package directory
|
||||||
AppPackages/
|
AppPackages/
|
||||||
|
|
||||||
# Visual Studio cache files
|
|
||||||
# files ending in .cache can be ignored
|
|
||||||
*.[Cc]ache
|
|
||||||
# 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
|
# Others
|
||||||
|
sql/
|
||||||
|
*.Cache
|
||||||
|
ClientBin/
|
||||||
|
[Ss]tyle[Cc]op.*
|
||||||
~$*
|
~$*
|
||||||
*~
|
*~
|
||||||
*.dbmdl
|
*.dbmdl
|
||||||
*.dbproj.schemaview
|
*.dbproj.schemaview
|
||||||
#
|
|
||||||
#
|
|
||||||
*.pfx
|
*.pfx
|
||||||
*.publishsettings
|
*.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/
|
node_modules/
|
||||||
|
|
||||||
# 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
|
# RIA/Silverlight projects
|
||||||
# url: https://www.microsoft.com/silverlight/
|
|
||||||
# output directory for *.xap artifacts
|
|
||||||
ClientBin/
|
|
||||||
# temporary directory used by compiler
|
|
||||||
Generated_Code/
|
Generated_Code/
|
||||||
|
|
||||||
# Migrating Projects
|
# Backup & report files from converting an old project file
|
||||||
# When upgrading a solution to a newer version of Visual Studio, there are a
|
# to a newer Visual Studio version. Backup files are not needed,
|
||||||
# number of output files created so you can view the log, troubleshoot issues
|
# because we have git ;-)
|
||||||
# and potentially revert to a backup. These can be safely ignored, because
|
|
||||||
# you're already using version control.
|
|
||||||
_UpgradeReport_Files/
|
_UpgradeReport_Files/
|
||||||
Backup*/
|
Backup*/
|
||||||
UpgradeLog*.XML
|
UpgradeLog*.XML
|
||||||
@@ -289,18 +175,9 @@ UpgradeLog*.htm
|
|||||||
*.ldf
|
*.ldf
|
||||||
|
|
||||||
# Business Intelligence projects
|
# Business Intelligence projects
|
||||||
# remove: if you do not have Business Intelligence projects in your solution
|
|
||||||
*.rdl.data
|
*.rdl.data
|
||||||
*.bim.layout
|
*.bim.layout
|
||||||
*.bim_*.settings
|
*.bim_*.settings
|
||||||
|
|
||||||
# Microsoft Fakes
|
# 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/
|
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
|
|
||||||
|
@@ -11,8 +11,3 @@ wp-content/cache/
|
|||||||
wp-content/upgrade/
|
wp-content/upgrade/
|
||||||
wp-content/uploads/
|
wp-content/uploads/
|
||||||
wp-content/wp-cache-config.php
|
wp-content/wp-cache-config.php
|
||||||
wp-content/plugins/hello.php
|
|
||||||
|
|
||||||
/readme.html
|
|
||||||
/license.txt
|
|
||||||
|
|
||||||
|
@@ -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