Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
65d68c5ad1 |
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,12 +0,0 @@
|
|||||||
**Reasons for making this change:**
|
|
||||||
<!-- Include your relationship to the project and what you expect to get from this change. -->
|
|
||||||
|
|
||||||
_TODO_
|
|
||||||
|
|
||||||
**Links to documentation supporting these rule changes:**
|
|
||||||
|
|
||||||
_TODO_
|
|
||||||
|
|
||||||
If this is a new template:
|
|
||||||
|
|
||||||
- **Link to application or project’s homepage**: _TODO_
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
VERSION
|
22
AL.gitignore
22
AL.gitignore
@ -1,22 +0,0 @@
|
|||||||
### AL ###
|
|
||||||
#Template for AL projects for Dynamics 365 Business Central
|
|
||||||
#launch.json folder
|
|
||||||
.vscode/
|
|
||||||
#Cache folder
|
|
||||||
.alcache/
|
|
||||||
#Symbols folder
|
|
||||||
.alpackages/
|
|
||||||
#Snapshots folder
|
|
||||||
.snapshots/
|
|
||||||
#Testing Output folder
|
|
||||||
.output/
|
|
||||||
#Extension App-file
|
|
||||||
*.app
|
|
||||||
#Rapid Application Development File
|
|
||||||
rad.json
|
|
||||||
#Translation Base-file
|
|
||||||
*.g.xlf
|
|
||||||
#License-file
|
|
||||||
*.flf
|
|
||||||
#Test results file
|
|
||||||
TestResults.xml
|
|
@ -1,18 +1,11 @@
|
|||||||
# Build and Release Folders
|
# Build and Release Folders
|
||||||
|
bin/
|
||||||
bin-debug/
|
bin-debug/
|
||||||
bin-release/
|
bin-release/
|
||||||
[Oo]bj/
|
|
||||||
[Bb]in/
|
|
||||||
|
|
||||||
# Other files and folders
|
# Other files and folders
|
||||||
.settings/
|
.settings/
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.swf
|
|
||||||
*.air
|
|
||||||
*.ipa
|
|
||||||
*.apk
|
|
||||||
|
|
||||||
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
||||||
# should NOT be excluded as they contain compiler settings and other important
|
# should NOT be excluded as they contain compiler settings and other important
|
||||||
# information for Eclipse / Flash Builder.
|
# information for Eclipse / Flash Builder.
|
||||||
|
@ -1,2 +1 @@
|
|||||||
*.agdai
|
*.agdai
|
||||||
MAlonzo/**
|
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
# Built application files
|
||||||
|
*.apk
|
||||||
|
*.ap_
|
||||||
|
|
||||||
|
# Files for the Dalvik VM
|
||||||
|
*.dex
|
||||||
|
|
||||||
|
# Java class files
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# Generated files
|
||||||
|
bin/
|
||||||
|
gen/
|
||||||
|
|
||||||
# Gradle files
|
# Gradle files
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
@ -5,29 +19,8 @@ build/
|
|||||||
# Local configuration file (sdk path, etc)
|
# Local configuration file (sdk path, etc)
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
# Log/OS Files
|
# Proguard folder generated by Eclipse
|
||||||
|
proguard/
|
||||||
|
|
||||||
|
# Log Files
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# Android Studio generated files and folders
|
|
||||||
captures/
|
|
||||||
.externalNativeBuild/
|
|
||||||
.cxx/
|
|
||||||
*.apk
|
|
||||||
output.json
|
|
||||||
|
|
||||||
# IntelliJ
|
|
||||||
*.iml
|
|
||||||
.idea/
|
|
||||||
misc.xml
|
|
||||||
deploymentTargetDropDown.xml
|
|
||||||
render.experimental.xml
|
|
||||||
|
|
||||||
# Keystore files
|
|
||||||
*.jks
|
|
||||||
*.keystore
|
|
||||||
|
|
||||||
# Google Services (e.g. APIs or Firebase)
|
|
||||||
google-services.json
|
|
||||||
|
|
||||||
# Android Profiling
|
|
||||||
*.hprof
|
|
||||||
|
@ -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/
|
||||||
|
@ -1,52 +1,14 @@
|
|||||||
# http://www.gnu.org/software/automake
|
# http://www.gnu.org/software/automake
|
||||||
|
|
||||||
Makefile.in
|
Makefile.in
|
||||||
/ar-lib
|
|
||||||
/mdate-sh
|
|
||||||
/py-compile
|
|
||||||
/test-driver
|
|
||||||
/ylwrap
|
|
||||||
.deps/
|
|
||||||
.dirstamp
|
|
||||||
|
|
||||||
# http://www.gnu.org/software/autoconf
|
# http://www.gnu.org/software/autoconf
|
||||||
|
|
||||||
autom4te.cache
|
/autom4te.cache
|
||||||
/autoscan.log
|
|
||||||
/autoscan-*.log
|
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/compile
|
/compile
|
||||||
/config.cache
|
|
||||||
/config.guess
|
|
||||||
/config.h.in
|
|
||||||
/config.log
|
|
||||||
/config.status
|
|
||||||
/config.sub
|
|
||||||
/configure
|
/configure
|
||||||
/configure.scan
|
|
||||||
/depcomp
|
/depcomp
|
||||||
/install-sh
|
/install-sh
|
||||||
/missing
|
/missing
|
||||||
/stamp-h1
|
/stamp-h1
|
||||||
|
|
||||||
# https://www.gnu.org/software/libtool/
|
|
||||||
|
|
||||||
/ltmain.sh
|
|
||||||
|
|
||||||
# http://www.gnu.org/software/texinfo
|
|
||||||
|
|
||||||
/texinfo.tex
|
|
||||||
|
|
||||||
# http://www.gnu.org/software/m4/
|
|
||||||
|
|
||||||
m4/libtool.m4
|
|
||||||
m4/ltoptions.m4
|
|
||||||
m4/ltsugar.m4
|
|
||||||
m4/ltversion.m4
|
|
||||||
m4/lt~obsolete.m4
|
|
||||||
|
|
||||||
# Generated Makefile
|
|
||||||
# (meta build system like autotools,
|
|
||||||
# can automatically generate from config.status script
|
|
||||||
# (which is called by configure script))
|
|
||||||
Makefile
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
# generated files
|
|
||||||
target/
|
|
||||||
generated/
|
|
||||||
|
|
||||||
# dependencies
|
|
||||||
Dependencies.toml
|
|
||||||
|
|
||||||
# config files
|
|
||||||
Config.toml
|
|
||||||
# the config files used for testing, Uncomment the following line if you want to commit the test config files
|
|
||||||
#!**/tests/Config.toml
|
|
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
|
@ -1,16 +1,9 @@
|
|||||||
# Prerequisites
|
|
||||||
*.d
|
|
||||||
|
|
||||||
# Compiled Object files
|
# Compiled Object files
|
||||||
*.slo
|
*.slo
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
# Compiled Dynamic libraries
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
@ -18,7 +11,6 @@
|
|||||||
|
|
||||||
# Fortran module files
|
# Fortran module files
|
||||||
*.mod
|
*.mod
|
||||||
*.smod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
# Compiled Static libraries
|
||||||
*.lai
|
*.lai
|
||||||
|
27
C.gitignore
27
C.gitignore
@ -1,21 +1,9 @@
|
|||||||
# Prerequisites
|
|
||||||
*.d
|
|
||||||
|
|
||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
*.ko
|
*.ko
|
||||||
*.obj
|
*.obj
|
||||||
*.elf
|
*.elf
|
||||||
|
|
||||||
# Linker output
|
|
||||||
*.ilk
|
|
||||||
*.map
|
|
||||||
*.exp
|
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
*.lib
|
*.lib
|
||||||
*.a
|
*.a
|
||||||
@ -35,18 +23,3 @@
|
|||||||
*.i*86
|
*.i*86
|
||||||
*.x86_64
|
*.x86_64
|
||||||
*.hex
|
*.hex
|
||||||
|
|
||||||
# Debug files
|
|
||||||
*.dSYM/
|
|
||||||
*.su
|
|
||||||
*.idb
|
|
||||||
*.pdb
|
|
||||||
|
|
||||||
# Kernel Module Compile Results
|
|
||||||
*.mod*
|
|
||||||
*.cmd
|
|
||||||
.tmp_versions/
|
|
||||||
modules.order
|
|
||||||
Module.symvers
|
|
||||||
Mkfile.old
|
|
||||||
dkms.conf
|
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
CMakeLists.txt.user
|
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
CMakeScripts
|
|
||||||
Testing
|
|
||||||
Makefile
|
Makefile
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
compile_commands.json
|
|
||||||
CTestTestfile.cmake
|
|
||||||
_deps
|
|
||||||
CMakeUserPresets.json
|
|
||||||
|
@ -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,25 +1,7 @@
|
|||||||
# CakePHP 3
|
tmp/*
|
||||||
|
[Cc]onfig/core.php
|
||||||
/vendor/*
|
[Cc]onfig/database.php
|
||||||
/config/app.php
|
app/tmp/*
|
||||||
|
app/[Cc]onfig/core.php
|
||||||
/tmp/cache/models/*
|
app/[Cc]onfig/database.php
|
||||||
!/tmp/cache/models/empty
|
!empty
|
||||||
/tmp/cache/persistent/*
|
|
||||||
!/tmp/cache/persistent/empty
|
|
||||||
/tmp/cache/views/*
|
|
||||||
!/tmp/cache/views/empty
|
|
||||||
/tmp/sessions/*
|
|
||||||
!/tmp/sessions/empty
|
|
||||||
/tmp/tests/*
|
|
||||||
!/tmp/tests/empty
|
|
||||||
|
|
||||||
/logs/*
|
|
||||||
!/logs/empty
|
|
||||||
|
|
||||||
# CakePHP 2
|
|
||||||
|
|
||||||
/app/tmp/*
|
|
||||||
/app/Config/core.php
|
|
||||||
/app/Config/database.php
|
|
||||||
/vendors/*
|
|
||||||
|
@ -1,18 +1,6 @@
|
|||||||
*/config/development
|
*/config/development
|
||||||
*/logs/log-*.php
|
*/logs/log-*.php
|
||||||
!*/logs/index.html
|
*/logs/!index.html
|
||||||
*/cache/*
|
*/cache/*
|
||||||
!system/cache/*
|
*/cache/!index.html
|
||||||
!*/cache/index.html
|
*/cache/!.htaccess
|
||||||
!*/cache/.htaccess
|
|
||||||
|
|
||||||
user_guide_src/build/*
|
|
||||||
user_guide_src/cilexer/build/*
|
|
||||||
user_guide_src/cilexer/dist/*
|
|
||||||
user_guide_src/cilexer/pycilexer.egg-info/*
|
|
||||||
|
|
||||||
#codeigniter 3
|
|
||||||
application/logs/*
|
|
||||||
!application/logs/index.html
|
|
||||||
!application/logs/.htaccess
|
|
||||||
/vendor/
|
|
||||||
|
@ -1,17 +1,3 @@
|
|||||||
*.FASL
|
*.FASL
|
||||||
*.fasl
|
*.fasl
|
||||||
*.lisp-temp
|
*.lisp-temp
|
||||||
*.dfsl
|
|
||||||
*.pfsl
|
|
||||||
*.d64fsl
|
|
||||||
*.p64fsl
|
|
||||||
*.lx64fsl
|
|
||||||
*.lx32fsl
|
|
||||||
*.dx64fsl
|
|
||||||
*.dx32fsl
|
|
||||||
*.fx64fsl
|
|
||||||
*.fx32fsl
|
|
||||||
*.sx64fsl
|
|
||||||
*.sx32fsl
|
|
||||||
*.wx64fsl
|
|
||||||
*.wx32fsl
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
composer.phar
|
composer.phar
|
||||||
/vendor/
|
vendor/
|
||||||
|
|
||||||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
|
||||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
||||||
# composer.lock
|
# composer.lock
|
||||||
|
@ -1,21 +1,3 @@
|
|||||||
# ignore the error log and .htaccess and others
|
|
||||||
error_log
|
|
||||||
.htaccess
|
|
||||||
|
|
||||||
# concrete5 5.6 specific
|
|
||||||
|
|
||||||
config/site.php
|
config/site.php
|
||||||
files/cache/*
|
files/cache/*
|
||||||
files/tmp/*
|
files/tmp/*
|
||||||
|
|
||||||
# concrete5 5.7 specific
|
|
||||||
|
|
||||||
# ignore everything but the index.html
|
|
||||||
/application/files/*
|
|
||||||
!/application/files/index.html
|
|
||||||
|
|
||||||
# ignore updates folder
|
|
||||||
/updates/*
|
|
||||||
|
|
||||||
# ignore sitemap.xml
|
|
||||||
/sitemap.xml
|
|
||||||
|
@ -1,45 +1,3 @@
|
|||||||
.*.aux
|
|
||||||
.*.d
|
|
||||||
*.a
|
|
||||||
*.cma
|
|
||||||
*.cmi
|
|
||||||
*.cmo
|
|
||||||
*.cmx
|
|
||||||
*.cmxa
|
|
||||||
*.cmxs
|
|
||||||
*.glob
|
|
||||||
*.ml.d
|
|
||||||
*.ml4.d
|
|
||||||
*.mlg.d
|
|
||||||
*.mli.d
|
|
||||||
*.mllib.d
|
|
||||||
*.mlpack.d
|
|
||||||
*.native
|
|
||||||
*.o
|
|
||||||
*.v.d
|
|
||||||
*.vio
|
|
||||||
*.vo
|
*.vo
|
||||||
*.vok
|
*.glob
|
||||||
*.vos
|
*.v.d
|
||||||
.coq-native
|
|
||||||
.csdp.cache
|
|
||||||
.lia.cache
|
|
||||||
.nia.cache
|
|
||||||
.nlia.cache
|
|
||||||
.nra.cache
|
|
||||||
csdp.cache
|
|
||||||
lia.cache
|
|
||||||
nia.cache
|
|
||||||
nlia.cache
|
|
||||||
nra.cache
|
|
||||||
native_compute_profile_*.data
|
|
||||||
|
|
||||||
# generated timing files
|
|
||||||
*.timing.diff
|
|
||||||
*.v.after-timing
|
|
||||||
*.v.before-timing
|
|
||||||
*.v.timing
|
|
||||||
time-of-build-after.log
|
|
||||||
time-of-build-before.log
|
|
||||||
time-of-build-both.log
|
|
||||||
time-of-build-pretty.log
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
|
|
||||||
# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
|
|
||||||
/craft/storage/*
|
|
||||||
!/craft/storage/rebrand
|
|
24
D.gitignore
24
D.gitignore
@ -1,24 +0,0 @@
|
|||||||
# Compiled Object files
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
|
|
||||||
# DUB
|
|
||||||
.dub
|
|
||||||
docs.json
|
|
||||||
__dummy.html
|
|
||||||
docs/
|
|
||||||
|
|
||||||
# Code coverage
|
|
||||||
*.lst
|
|
@ -1,27 +1,13 @@
|
|||||||
# See https://www.dartlang.org/guides/libraries/private-files
|
# Don’t commit the following directories created by pub.
|
||||||
|
|
||||||
# Files and directories created by pub
|
|
||||||
.dart_tool/
|
|
||||||
.packages
|
|
||||||
build/
|
build/
|
||||||
# If you're building an application, you may want to check-in your pubspec.lock
|
packages/
|
||||||
pubspec.lock
|
|
||||||
|
|
||||||
# Directory created by dartdoc
|
# Or the files created by dart2js.
|
||||||
# If you don't generate documentation locally you can remove this line.
|
|
||||||
doc/api/
|
|
||||||
|
|
||||||
# dotenv environment variables file
|
|
||||||
.env*
|
|
||||||
|
|
||||||
# Avoid committing generated Javascript files:
|
|
||||||
*.dart.js
|
*.dart.js
|
||||||
*.info.json # Produced by the --dump-info flag.
|
*.dart.precompiled.js
|
||||||
*.js # When generated by dart2js. Don't specify *.js if your
|
|
||||||
# project includes source files written in JavaScript.
|
|
||||||
*.js_
|
*.js_
|
||||||
*.js.deps
|
*.js.deps
|
||||||
*.js.map
|
*.js.map
|
||||||
|
|
||||||
.flutter-plugins
|
# Include when developing application packages.
|
||||||
.flutter-plugins-dependencies
|
pubspec.lock
|
||||||
|
@ -21,22 +21,6 @@
|
|||||||
# Uncomment this if it is not mobile development and you do not use remote debug feature.
|
# Uncomment this if it is not mobile development and you do not use remote debug feature.
|
||||||
#*.deployproj
|
#*.deployproj
|
||||||
#
|
#
|
||||||
# C++ object files produced when C/C++ Output file generation is configured.
|
|
||||||
# Uncomment this if you are not using external objects (zlib library for example).
|
|
||||||
#*.obj
|
|
||||||
#
|
|
||||||
|
|
||||||
# Default Delphi compiler directories
|
|
||||||
# Content of this directories are generated with each Compile/Construct of a project.
|
|
||||||
# Most of the time, files here have not there place in a code repository.
|
|
||||||
#Win32/
|
|
||||||
#Win64/
|
|
||||||
#OSX64/
|
|
||||||
#OSXARM64/
|
|
||||||
#Android/
|
|
||||||
#Android64/
|
|
||||||
#iOSDevice64/
|
|
||||||
#Linux64/
|
|
||||||
|
|
||||||
# Delphi compiler-generated binaries (safe to delete)
|
# Delphi compiler-generated binaries (safe to delete)
|
||||||
*.exe
|
*.exe
|
||||||
@ -53,13 +37,9 @@
|
|||||||
*.tds
|
*.tds
|
||||||
*.dcu
|
*.dcu
|
||||||
*.lib
|
*.lib
|
||||||
*.a
|
|
||||||
*.o
|
|
||||||
*.ocx
|
|
||||||
|
|
||||||
# Delphi autogenerated files (duplicated info)
|
# Delphi autogenerated files (duplicated info)
|
||||||
*.cfg
|
*.cfg
|
||||||
*.hpp
|
|
||||||
*Resource.rc
|
*Resource.rc
|
||||||
|
|
||||||
# Delphi local files (user-specific info)
|
# Delphi local files (user-specific info)
|
||||||
@ -71,11 +51,4 @@
|
|||||||
|
|
||||||
# Delphi history and backups
|
# Delphi history and backups
|
||||||
__history/
|
__history/
|
||||||
__recovery/
|
|
||||||
*.~*
|
*.~*
|
||||||
|
|
||||||
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
|
|
||||||
*.stat
|
|
||||||
|
|
||||||
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
|
|
||||||
modules/
|
|
||||||
|
@ -1,62 +1,36 @@
|
|||||||
# gitignore template for Drupal 8 projects
|
# Ignore configuration files that may contain sensitive information.
|
||||||
#
|
sites/*/*settings*.php
|
||||||
# earlier versions of Drupal are tracked in `community/PHP/`
|
|
||||||
#
|
|
||||||
# follows official upstream conventions:
|
|
||||||
# https://www.drupal.org/docs/develop/using-composer
|
|
||||||
|
|
||||||
# Ignore configuration files that may contain sensitive information
|
# Ignore paths that contain generated content.
|
||||||
/web/sites/*/*settings*.php
|
files/
|
||||||
/web/sites/*/*services*.yml
|
sites/*/files
|
||||||
|
sites/*/private
|
||||||
|
|
||||||
# Ignore paths that may contain user-generated content
|
# Ignore default text files
|
||||||
/web/sites/*/files
|
robots.txt
|
||||||
/web/sites/*/public
|
/CHANGELOG.txt
|
||||||
/web/sites/*/private
|
/COPYRIGHT.txt
|
||||||
/web/sites/*/files-public
|
/INSTALL*.txt
|
||||||
/web/sites/*/files-private
|
/LICENSE.txt
|
||||||
|
/MAINTAINERS.txt
|
||||||
|
/UPGRADE.txt
|
||||||
|
/README.txt
|
||||||
|
sites/all/README.txt
|
||||||
|
sites/all/modules/README.txt
|
||||||
|
sites/all/themes/README.txt
|
||||||
|
|
||||||
# Ignore paths that may contain temporary files
|
# Ignore everything but the "sites" folder ( for non core developer )
|
||||||
/web/sites/*/translations
|
.htaccess
|
||||||
/web/sites/*/tmp
|
web.config
|
||||||
/web/sites/*/cache
|
authorize.php
|
||||||
|
cron.php
|
||||||
# Ignore drupal core (if not versioning drupal sources)
|
index.php
|
||||||
/web/vendor
|
install.php
|
||||||
/web/core
|
update.php
|
||||||
/web/modules/README.txt
|
xmlrpc.php
|
||||||
/web/profiles/README.txt
|
/includes
|
||||||
/web/sites/development.services.yml
|
/misc
|
||||||
/web/sites/example.settings.local.php
|
/modules
|
||||||
/web/sites/example.sites.php
|
/profiles
|
||||||
/web/sites/README.txt
|
/scripts
|
||||||
/web/themes/README.txt
|
/themes
|
||||||
/web/.csslintrc
|
|
||||||
/web/.editorconfig
|
|
||||||
/web/.eslintignore
|
|
||||||
/web/.eslintrc.json
|
|
||||||
/web/.gitattributes
|
|
||||||
/web/.htaccess
|
|
||||||
/web/.ht.router.php
|
|
||||||
/web/autoload.php
|
|
||||||
/web/composer.json
|
|
||||||
/web/composer.lock
|
|
||||||
/web/example.gitignore
|
|
||||||
/web/index.php
|
|
||||||
/web/INSTALL.txt
|
|
||||||
/web/LICENSE.txt
|
|
||||||
/web/README.txt
|
|
||||||
/web/robots.txt
|
|
||||||
/web/update.php
|
|
||||||
/web/web.config
|
|
||||||
|
|
||||||
# Ignore vendor dependencies and scripts
|
|
||||||
/vendor
|
|
||||||
/composer.phar
|
|
||||||
/composer
|
|
||||||
/robo.phar
|
|
||||||
/robo
|
|
||||||
/drush.phar
|
|
||||||
/drush
|
|
||||||
/drupal.phar
|
|
||||||
/drupal
|
|
||||||
|
@ -4,9 +4,6 @@
|
|||||||
*.s#?
|
*.s#?
|
||||||
*.b#?
|
*.b#?
|
||||||
*.l#?
|
*.l#?
|
||||||
*.b$?
|
|
||||||
*.s$?
|
|
||||||
*.l$?
|
|
||||||
|
|
||||||
# Eagle project file
|
# Eagle project file
|
||||||
# It contains a serial number and references to the file structure
|
# It contains a serial number and references to the file structure
|
||||||
@ -14,10 +11,6 @@
|
|||||||
# comment the following line if you want to have your project file included.
|
# comment the following line if you want to have your project file included.
|
||||||
eagle.epf
|
eagle.epf
|
||||||
|
|
||||||
# Autorouter files
|
|
||||||
*.pro
|
|
||||||
*.job
|
|
||||||
|
|
||||||
# CAM files
|
# CAM files
|
||||||
*.$$$
|
*.$$$
|
||||||
*.cmp
|
*.cmp
|
||||||
@ -34,18 +27,10 @@ eagle.epf
|
|||||||
*.drl
|
*.drl
|
||||||
*.gpi
|
*.gpi
|
||||||
*.pls
|
*.pls
|
||||||
*.ger
|
|
||||||
*.xln
|
|
||||||
|
|
||||||
*.drd
|
*.drd
|
||||||
*.drd.*
|
*.drd.*
|
||||||
|
|
||||||
*.s#*
|
|
||||||
*.b#*
|
|
||||||
|
|
||||||
*.info
|
*.info
|
||||||
|
|
||||||
*.eps
|
*.eps
|
||||||
|
|
||||||
# file locks introduced since 7.x
|
|
||||||
*.lck
|
|
||||||
|
@ -3,9 +3,3 @@
|
|||||||
|
|
||||||
# Packaging
|
# Packaging
|
||||||
.cask
|
.cask
|
||||||
|
|
||||||
# Backup files
|
|
||||||
*~
|
|
||||||
|
|
||||||
# Undo-tree save-files
|
|
||||||
*.~undo-tree
|
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
/_build
|
/_build
|
||||||
/cover
|
|
||||||
/deps
|
/deps
|
||||||
/doc
|
|
||||||
/.fetch
|
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
*.ez
|
*.ez
|
||||||
*.beam
|
|
||||||
/config/*.secret.exs
|
|
||||||
.elixir_ls/
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
# elm-package generated files
|
|
||||||
elm-stuff
|
|
||||||
# elm-repl generated files
|
|
||||||
repl-temp-*
|
|
@ -1,17 +1,6 @@
|
|||||||
.eunit
|
.eunit
|
||||||
|
deps
|
||||||
*.o
|
*.o
|
||||||
*.beam
|
*.beam
|
||||||
*.plt
|
*.plt
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
.concrete/DEV_MODE
|
|
||||||
|
|
||||||
# rebar 2.x
|
|
||||||
.rebar
|
|
||||||
rel/example_project
|
|
||||||
ebin/*.beam
|
|
||||||
deps
|
|
||||||
|
|
||||||
# rebar 3
|
|
||||||
.rebar3
|
|
||||||
_build/
|
|
||||||
_checkouts/
|
|
||||||
|
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,14 +0,0 @@
|
|||||||
.architect
|
|
||||||
bootstrap.css
|
|
||||||
bootstrap.js
|
|
||||||
bootstrap.json
|
|
||||||
bootstrap.jsonp
|
|
||||||
build/
|
|
||||||
classic.json
|
|
||||||
classic.jsonp
|
|
||||||
ext/
|
|
||||||
modern.json
|
|
||||||
modern.jsonp
|
|
||||||
resources/sass/.sass-cache/
|
|
||||||
resources/.arch-internal-preview.css
|
|
||||||
.arch-internal-preview.css
|
|
@ -1,45 +0,0 @@
|
|||||||
# Ignore Flax project files
|
|
||||||
Binaries/
|
|
||||||
Cache/
|
|
||||||
Logs/
|
|
||||||
Output/
|
|
||||||
Screenshots/
|
|
||||||
*.HotReload.*
|
|
||||||
|
|
||||||
# Ignore Visual Studio project files (generated locally)
|
|
||||||
*.csproj
|
|
||||||
*.sln
|
|
||||||
|
|
||||||
# Ignore thumbnails created by Windows
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Ignore files built by Visual Studio
|
|
||||||
*.obj
|
|
||||||
*.exe
|
|
||||||
*.pdb
|
|
||||||
*.user
|
|
||||||
*.aps
|
|
||||||
*.pch
|
|
||||||
*.vspscc
|
|
||||||
*_i.c
|
|
||||||
*_p.c
|
|
||||||
*.ncb
|
|
||||||
*.suo
|
|
||||||
*.tlb
|
|
||||||
*.tlh
|
|
||||||
*.bak
|
|
||||||
*.cache
|
|
||||||
*.ilk
|
|
||||||
*.log
|
|
||||||
[Bb]in
|
|
||||||
[Dd]ebug*/
|
|
||||||
*.lib
|
|
||||||
*.sbr
|
|
||||||
obj/
|
|
||||||
[Rr]elease*/
|
|
||||||
_ReSharper*/
|
|
||||||
[Tt]est[Rr]esult*
|
|
||||||
.vs/
|
|
||||||
|
|
||||||
# Ignore Nuget packages folder
|
|
||||||
packages/
|
|
@ -1,21 +1,2 @@
|
|||||||
# the composer package lock file and install directory
|
fuel/app/logs/*/*/*
|
||||||
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
|
fuel/app/cache/*/*
|
||||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
||||||
# /composer.lock
|
|
||||||
/fuel/vendor
|
|
||||||
|
|
||||||
# the fuelphp document
|
|
||||||
/docs/
|
|
||||||
|
|
||||||
# you may install these packages with `oil package`.
|
|
||||||
# http://fuelphp.com/docs/packages/oil/package.html
|
|
||||||
# /fuel/packages/auth/
|
|
||||||
# /fuel/packages/email/
|
|
||||||
# /fuel/packages/oil/
|
|
||||||
# /fuel/packages/orm/
|
|
||||||
# /fuel/packages/parser/
|
|
||||||
|
|
||||||
# dynamically generated files
|
|
||||||
/fuel/app/logs/*/*/*
|
|
||||||
/fuel/app/cache/*/*
|
|
||||||
/fuel/app/config/crypt.php
|
|
||||||
|
@ -18,6 +18,9 @@ war/WEB-INF/classes/
|
|||||||
#compilation logs
|
#compilation logs
|
||||||
.gwt/
|
.gwt/
|
||||||
|
|
||||||
|
#caching for already compiled files
|
||||||
|
gwt-unitCache/
|
||||||
|
|
||||||
#gwt junit compilation files
|
#gwt junit compilation files
|
||||||
www-test/
|
www-test/
|
||||||
|
|
||||||
|
@ -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,18 +0,0 @@
|
|||||||
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
|
|
||||||
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
|
|
||||||
|
|
||||||
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
|
|
||||||
_site/
|
|
||||||
.sass-cache/
|
|
||||||
.jekyll-cache/
|
|
||||||
.jekyll-metadata
|
|
||||||
|
|
||||||
# Additional Ruby/bundler ignore for when you run: bundle install
|
|
||||||
/vendor
|
|
||||||
|
|
||||||
# Specific ignore for GitHub Pages
|
|
||||||
# GitHub Pages will always use its own deployed version of pages-gem
|
|
||||||
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
|
|
||||||
# counterproductive to check this file into the repository.
|
|
||||||
# Details at https://github.com/github/pages-gem/issues/768
|
|
||||||
Gemfile.lock
|
|
@ -1,11 +0,0 @@
|
|||||||
.vscode/*
|
|
||||||
!.vscode/settings.json
|
|
||||||
!.vscode/tasks.json
|
|
||||||
!.vscode/launch.json
|
|
||||||
!.vscode/extensions.json
|
|
||||||
*.code-workspace
|
|
||||||
|
|
||||||
# Local History for Visual Studio Code
|
|
||||||
.history/
|
|
||||||
*.app
|
|
||||||
.snapshots/*
|
|
@ -1,3 +0,0 @@
|
|||||||
# Local configuration folder and symbol database
|
|
||||||
/.anjuta/
|
|
||||||
/.anjuta_sym_db.db
|
|
@ -1 +0,0 @@
|
|||||||
*.retry
|
|
@ -5,23 +5,17 @@
|
|||||||
*.rar
|
*.rar
|
||||||
*.zip
|
*.zip
|
||||||
*.gz
|
*.gz
|
||||||
*.gzip
|
|
||||||
*.tgz
|
|
||||||
*.bzip
|
*.bzip
|
||||||
*.bzip2
|
|
||||||
*.bz2
|
*.bz2
|
||||||
*.xz
|
*.xz
|
||||||
*.lzma
|
*.lzma
|
||||||
*.cab
|
*.cab
|
||||||
*.xar
|
|
||||||
*.zst
|
|
||||||
*.tzst
|
|
||||||
|
|
||||||
# Packing-only formats
|
#packing-only formats
|
||||||
*.iso
|
*.iso
|
||||||
*.tar
|
*.tar
|
||||||
|
|
||||||
# Package management formats
|
#package management formats
|
||||||
*.dmg
|
*.dmg
|
||||||
*.xpi
|
*.xpi
|
||||||
*.gem
|
*.gem
|
||||||
@ -31,4 +25,3 @@
|
|||||||
*.msi
|
*.msi
|
||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
*.txz
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
*.bak
|
|
||||||
*.gho
|
|
||||||
*.ori
|
|
||||||
*.orig
|
|
||||||
*.tmp
|
|
@ -1,2 +0,0 @@
|
|||||||
.bzr/
|
|
||||||
.bzrignore
|
|
@ -1,4 +1,4 @@
|
|||||||
/CVS/*
|
/CVS/*
|
||||||
**/CVS/*
|
*/CVS/*
|
||||||
.cvsignore
|
.cvsignore
|
||||||
*/.cvsignore
|
*/.cvsignore
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
# Calabash / Cucumber
|
|
||||||
rerun/
|
|
||||||
reports/
|
|
||||||
screenshots/
|
|
||||||
screenshot*.png
|
|
||||||
test-servers/
|
|
||||||
|
|
||||||
# bundler
|
|
||||||
.bundle
|
|
||||||
vendor
|
|
@ -1,4 +0,0 @@
|
|||||||
# General CodeKit files to ignore
|
|
||||||
config.codekit
|
|
||||||
config.codekit3
|
|
||||||
/min
|
|
@ -1,2 +0,0 @@
|
|||||||
*.patch
|
|
||||||
*.diff
|
|
@ -1,7 +1,3 @@
|
|||||||
# DW Dreamweaver added files
|
# DW Dreamweaver added files
|
||||||
_notes
|
_notes
|
||||||
_compareTemp
|
|
||||||
configs/
|
|
||||||
dwsync.xml
|
dwsync.xml
|
||||||
dw_php_codehinting.config
|
|
||||||
*.mno
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
# Dropbox settings and caches
|
|
||||||
.dropbox
|
|
||||||
.dropbox.attr
|
|
||||||
.dropbox.cache
|
|
@ -1,4 +1,6 @@
|
|||||||
|
*.pydevproject
|
||||||
.metadata
|
.metadata
|
||||||
|
.gradle
|
||||||
bin/
|
bin/
|
||||||
tmp/
|
tmp/
|
||||||
*.tmp
|
*.tmp
|
||||||
@ -8,7 +10,6 @@ tmp/
|
|||||||
local.properties
|
local.properties
|
||||||
.settings/
|
.settings/
|
||||||
.loadpath
|
.loadpath
|
||||||
.recommenders
|
|
||||||
|
|
||||||
# External tool builders
|
# External tool builders
|
||||||
.externalToolBuilders/
|
.externalToolBuilders/
|
||||||
@ -16,45 +17,14 @@ local.properties
|
|||||||
# Locally stored "Eclipse launch configurations"
|
# Locally stored "Eclipse launch configurations"
|
||||||
*.launch
|
*.launch
|
||||||
|
|
||||||
# PyDev specific (Python IDE for Eclipse)
|
# CDT-specific
|
||||||
*.pydevproject
|
|
||||||
|
|
||||||
# CDT-specific (C/C++ Development Tooling)
|
|
||||||
.cproject
|
.cproject
|
||||||
|
|
||||||
# CDT- autotools
|
# PDT-specific
|
||||||
.autotools
|
|
||||||
|
|
||||||
# Java annotation processor (APT)
|
|
||||||
.factorypath
|
|
||||||
|
|
||||||
# PDT-specific (PHP Development Tools)
|
|
||||||
.buildpath
|
.buildpath
|
||||||
|
|
||||||
# sbteclipse plugin
|
# sbteclipse plugin
|
||||||
.target
|
.target
|
||||||
|
|
||||||
# Tern plugin
|
|
||||||
.tern-project
|
|
||||||
|
|
||||||
# TeXlipse plugin
|
# TeXlipse plugin
|
||||||
.texlipse
|
.texlipse
|
||||||
|
|
||||||
# STS (Spring Tool Suite)
|
|
||||||
.springBeans
|
|
||||||
|
|
||||||
# Code Recommenders
|
|
||||||
.recommenders/
|
|
||||||
|
|
||||||
# Annotation Processing
|
|
||||||
.apt_generated/
|
|
||||||
.apt_generated_test/
|
|
||||||
|
|
||||||
# Scala IDE specific (Scala & Java development for Eclipse)
|
|
||||||
.cache-main
|
|
||||||
.scala_dependencies
|
|
||||||
.worksheet
|
|
||||||
|
|
||||||
# Uncomment this line if you wish to ignore the project description file.
|
|
||||||
# Typically, this file would be tracked if it contains build/dependency configurations:
|
|
||||||
#.project
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# The compilation directory
|
# The compilation directoy
|
||||||
EIFGENs
|
EIFGENs
|
||||||
|
@ -27,23 +27,3 @@ tramp
|
|||||||
|
|
||||||
# AUCTeX auto folder
|
# AUCTeX auto folder
|
||||||
/auto/
|
/auto/
|
||||||
|
|
||||||
# cask packages
|
|
||||||
.cask/
|
|
||||||
dist/
|
|
||||||
|
|
||||||
# Flycheck
|
|
||||||
flycheck_*.el
|
|
||||||
|
|
||||||
# server auth directory
|
|
||||||
/server/
|
|
||||||
|
|
||||||
# projectiles files
|
|
||||||
.projectile
|
|
||||||
|
|
||||||
# directory configuration
|
|
||||||
.dir-locals.el
|
|
||||||
|
|
||||||
# network security
|
|
||||||
/network-security.data
|
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
# Ensime specific
|
# Ensime specific
|
||||||
.ensime
|
.ensime
|
||||||
.ensime_cache/
|
|
||||||
.ensime_lucene/
|
.ensime_lucene/
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
secring.*
|
|
||||||
|
|
2
Global/IPythonNotebook.gitignore
Normal file
2
Global/IPythonNotebook.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Temporary data
|
||||||
|
.ipynb_checkpoints/
|
@ -1,63 +0,0 @@
|
|||||||
# JPEG
|
|
||||||
*.jpg
|
|
||||||
*.jpeg
|
|
||||||
*.jpe
|
|
||||||
*.jif
|
|
||||||
*.jfif
|
|
||||||
*.jfi
|
|
||||||
|
|
||||||
# JPEG 2000
|
|
||||||
*.jp2
|
|
||||||
*.j2k
|
|
||||||
*.jpf
|
|
||||||
*.jpx
|
|
||||||
*.jpm
|
|
||||||
*.mj2
|
|
||||||
|
|
||||||
# JPEG XR
|
|
||||||
*.jxr
|
|
||||||
*.hdp
|
|
||||||
*.wdp
|
|
||||||
|
|
||||||
# Graphics Interchange Format
|
|
||||||
*.gif
|
|
||||||
|
|
||||||
# RAW
|
|
||||||
*.raw
|
|
||||||
|
|
||||||
# Web P
|
|
||||||
*.webp
|
|
||||||
|
|
||||||
# Portable Network Graphics
|
|
||||||
*.png
|
|
||||||
|
|
||||||
# Animated Portable Network Graphics
|
|
||||||
*.apng
|
|
||||||
|
|
||||||
# Multiple-image Network Graphics
|
|
||||||
*.mng
|
|
||||||
|
|
||||||
# Tagged Image File Format
|
|
||||||
*.tiff
|
|
||||||
*.tif
|
|
||||||
|
|
||||||
# Scalable Vector Graphics
|
|
||||||
*.svg
|
|
||||||
*.svgz
|
|
||||||
|
|
||||||
# Portable Document Format
|
|
||||||
*.pdf
|
|
||||||
|
|
||||||
# X BitMap
|
|
||||||
*.xbm
|
|
||||||
|
|
||||||
# BMP
|
|
||||||
*.bmp
|
|
||||||
*.dib
|
|
||||||
|
|
||||||
# ICO
|
|
||||||
*.ico
|
|
||||||
|
|
||||||
# 3D Images
|
|
||||||
*.3dm
|
|
||||||
*.max
|
|
@ -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,5 +0,0 @@
|
|||||||
# JEnv local Java version configuration file
|
|
||||||
.java-version
|
|
||||||
|
|
||||||
# Used by previous versions of JEnv
|
|
||||||
.jenv-version
|
|
@ -1,77 +1,29 @@
|
|||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
||||||
|
|
||||||
# User-specific stuff
|
## Directory-based project format
|
||||||
.idea/**/workspace.xml
|
.idea/
|
||||||
.idea/**/tasks.xml
|
# if you remove the above rule, at least ignore user-specific stuff:
|
||||||
.idea/**/usage.statistics.xml
|
# .idea/workspace.xml
|
||||||
.idea/**/dictionaries
|
# .idea/tasks.xml
|
||||||
.idea/**/shelf
|
# and these sensitive or high-churn files:
|
||||||
|
# .idea/dataSources.ids
|
||||||
|
# .idea/dataSources.xml
|
||||||
|
# .idea/sqlDataSources.xml
|
||||||
|
# .idea/dynamic.xml
|
||||||
|
|
||||||
# AWS User-specific
|
## File-based project format
|
||||||
.idea/**/aws.xml
|
*.ipr
|
||||||
|
*.iml
|
||||||
# Generated files
|
|
||||||
.idea/**/contentModel.xml
|
|
||||||
|
|
||||||
# Sensitive or high-churn files
|
|
||||||
.idea/**/dataSources/
|
|
||||||
.idea/**/dataSources.ids
|
|
||||||
.idea/**/dataSources.local.xml
|
|
||||||
.idea/**/sqlDataSources.xml
|
|
||||||
.idea/**/dynamic.xml
|
|
||||||
.idea/**/uiDesigner.xml
|
|
||||||
.idea/**/dbnavigator.xml
|
|
||||||
|
|
||||||
# Gradle
|
|
||||||
.idea/**/gradle.xml
|
|
||||||
.idea/**/libraries
|
|
||||||
|
|
||||||
# Gradle and Maven with auto-import
|
|
||||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
|
||||||
# since they will be recreated, and may cause churn. Uncomment if using
|
|
||||||
# auto-import.
|
|
||||||
# .idea/artifacts
|
|
||||||
# .idea/compiler.xml
|
|
||||||
# .idea/jarRepositories.xml
|
|
||||||
# .idea/modules.xml
|
|
||||||
# .idea/*.iml
|
|
||||||
# .idea/modules
|
|
||||||
# *.iml
|
|
||||||
# *.ipr
|
|
||||||
|
|
||||||
# CMake
|
|
||||||
cmake-build-*/
|
|
||||||
|
|
||||||
# Mongo Explorer plugin
|
|
||||||
.idea/**/mongoSettings.xml
|
|
||||||
|
|
||||||
# File-based project format
|
|
||||||
*.iws
|
*.iws
|
||||||
|
|
||||||
# IntelliJ
|
## Additional for 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
|
||||||
|
|
||||||
# Cursive Clojure plugin
|
# generated by Crashlytics plugin (for Android Studio and Intellij)
|
||||||
.idea/replstate.xml
|
|
||||||
|
|
||||||
# SonarLint plugin
|
|
||||||
.idea/sonarlint/
|
|
||||||
|
|
||||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
||||||
com_crashlytics_export_strings.xml
|
com_crashlytics_export_strings.xml
|
||||||
crashlytics.properties
|
|
||||||
crashlytics-build.properties
|
|
||||||
fabric.properties
|
|
||||||
|
|
||||||
# Editor-based Rest Client
|
|
||||||
.idea/httpRequests
|
|
||||||
|
|
||||||
# Android studio 3.1+ serialized cache file
|
|
||||||
.idea/caches/build_file_checksums.ser
|
|
||||||
|
@ -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.*#
|
|
@ -1,13 +1,4 @@
|
|||||||
*~
|
*~
|
||||||
|
|
||||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
||||||
.fuse_hidden*
|
|
||||||
|
|
||||||
# KDE directory preferences
|
# KDE directory preferences
|
||||||
.directory
|
.directory
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk
|
|
||||||
.Trash-*
|
|
||||||
|
|
||||||
# .nfs files are created when an open file is removed but is still being accessed
|
|
||||||
.nfs*
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
# Ignore LyX backup and autosave files
|
|
||||||
# http://www.lyx.org/
|
|
||||||
*.lyx~
|
|
||||||
*.lyx#
|
|
@ -1,31 +0,0 @@
|
|||||||
# Windows default autosave extension
|
|
||||||
*.asv
|
|
||||||
|
|
||||||
# OSX / *nix default autosave extension
|
|
||||||
*.m~
|
|
||||||
|
|
||||||
# Compiled MEX binaries (all platforms)
|
|
||||||
*.mex*
|
|
||||||
|
|
||||||
# Packaged app and toolbox files
|
|
||||||
*.mlappinstall
|
|
||||||
*.mltbx
|
|
||||||
|
|
||||||
# Generated helpsearch folders
|
|
||||||
helpsearch*/
|
|
||||||
|
|
||||||
# Simulink code generation folders
|
|
||||||
slprj/
|
|
||||||
sccprj/
|
|
||||||
|
|
||||||
# Matlab code generation folders
|
|
||||||
codegen/
|
|
||||||
|
|
||||||
# Simulink autosave extension
|
|
||||||
*.autosave
|
|
||||||
|
|
||||||
# Simulink cache files
|
|
||||||
*.slxc
|
|
||||||
|
|
||||||
# Octave session info
|
|
||||||
octave-workspace
|
|
16
Global/Matlab.gitignore
Normal file
16
Global/Matlab.gitignore
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
##---------------------------------------------------
|
||||||
|
## Remove autosaves generated by the Matlab editor
|
||||||
|
## We have git for backups!
|
||||||
|
##---------------------------------------------------
|
||||||
|
|
||||||
|
# Windows default autosave extension
|
||||||
|
*.asv
|
||||||
|
|
||||||
|
# OSX / *nix default autosave extension
|
||||||
|
*.m~
|
||||||
|
|
||||||
|
# Compiled MEX binaries (all platforms)
|
||||||
|
*.mex*
|
||||||
|
|
||||||
|
# Simulink Code Generation
|
||||||
|
slprj/
|
@ -1,6 +1,3 @@
|
|||||||
.hg/
|
/.hg/*
|
||||||
|
*/.hg/*
|
||||||
.hgignore
|
.hgignore
|
||||||
.hgsigs
|
|
||||||
.hgsub
|
|
||||||
.hgsubstate
|
|
||||||
.hgtags
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
# Generated Metals (Scala Language Server) files
|
|
||||||
# Reference: https://scalameta.org/metals/
|
|
||||||
.metals/
|
|
||||||
.bloop/
|
|
||||||
project/metals.sbt
|
|
@ -1,19 +0,0 @@
|
|||||||
*.tmp
|
|
||||||
|
|
||||||
# Word temporary
|
|
||||||
~$*.doc*
|
|
||||||
|
|
||||||
# Word Auto Backup File
|
|
||||||
Backup of *.doc*
|
|
||||||
|
|
||||||
# Excel temporary
|
|
||||||
~$*.xls*
|
|
||||||
|
|
||||||
# Excel Backup File
|
|
||||||
*.xlk
|
|
||||||
|
|
||||||
# PowerPoint temporary
|
|
||||||
~$*.ppt*
|
|
||||||
|
|
||||||
# Visio autosave temporary files
|
|
||||||
*.~vsd*
|
|
@ -1,8 +0,0 @@
|
|||||||
# Built files
|
|
||||||
x86/
|
|
||||||
arm/
|
|
||||||
arm-p/
|
|
||||||
translations/*.qm
|
|
||||||
|
|
||||||
# IDE settings
|
|
||||||
.settings/
|
|
@ -1,8 +1,7 @@
|
|||||||
**/nbproject/private/
|
nbproject/private/
|
||||||
**/nbproject/Makefile-*.mk
|
|
||||||
**/nbproject/Package-*.bash
|
|
||||||
build/
|
build/
|
||||||
nbbuild/
|
nbbuild/
|
||||||
dist/
|
dist/
|
||||||
nbdist/
|
nbdist/
|
||||||
.nb-gradle/
|
nbactions.xml
|
||||||
|
nb-configuration.xml
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
# General
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
@ -9,14 +8,9 @@ Icon
|
|||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|
||||||
# Files that might appear in the root of a volume
|
# Files that might appear on external disk
|
||||||
.DocumentRevisions-V100
|
|
||||||
.fseventsd
|
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.TemporaryItems
|
|
||||||
.Trashes
|
.Trashes
|
||||||
.VolumeIcon.icns
|
|
||||||
.com.apple.timemachine.donotpresent
|
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share
|
# Directories potentially created on remote AFP share
|
||||||
.AppleDB
|
.AppleDB
|
@ -1 +0,0 @@
|
|||||||
MATLAB.gitignore
|
|
@ -1 +0,0 @@
|
|||||||
.otto/
|
|
@ -1,18 +0,0 @@
|
|||||||
# Project Settings
|
|
||||||
*.cywrk.*
|
|
||||||
*.cyprj.*
|
|
||||||
|
|
||||||
# Generated Assets and Resources
|
|
||||||
Debug/
|
|
||||||
Release/
|
|
||||||
Export/
|
|
||||||
*/codegentemp
|
|
||||||
*/Generated_Source
|
|
||||||
*_datasheet.pdf
|
|
||||||
*_timing.html
|
|
||||||
*.cycdx
|
|
||||||
*.cyfit
|
|
||||||
*.rpt
|
|
||||||
*.svd
|
|
||||||
*.log
|
|
||||||
*.zip
|
|
@ -1,2 +0,0 @@
|
|||||||
*.orig
|
|
||||||
*.rej
|
|
@ -1,2 +0,0 @@
|
|||||||
# Private key
|
|
||||||
*.ppk
|
|
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/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer>
|
<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,12 +1,9 @@
|
|||||||
# Simple Build Tool
|
# Simple Build Tool
|
||||||
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
|
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
|
||||||
|
|
||||||
dist/*
|
|
||||||
target/
|
target/
|
||||||
lib_managed/
|
lib_managed/
|
||||||
src_managed/
|
src_managed/
|
||||||
project/boot/
|
project/boot/
|
||||||
project/plugins/project/
|
|
||||||
.history
|
.history
|
||||||
.cache
|
.cache
|
||||||
.lib/
|
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
# .gitignore file for git projects containing Stata files
|
|
||||||
# Commercial statistical software: http://www.stata.com
|
|
||||||
|
|
||||||
# Stata dataset and output files
|
|
||||||
*.dta
|
|
||||||
*.gph
|
|
||||||
*.log
|
|
||||||
*.smcl
|
|
||||||
*.stpr
|
|
||||||
*.stsem
|
|
||||||
|
|
||||||
# Graphic export files from Stata
|
|
||||||
# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf
|
|
||||||
#
|
|
||||||
# You may add graphic export files to your .gitignore. However you should be
|
|
||||||
# aware that this will exclude all image files from this main directory
|
|
||||||
# and subdirectories.
|
|
||||||
# *.ps
|
|
||||||
# *.eps
|
|
||||||
# *.wmf
|
|
||||||
# *.emf
|
|
||||||
# *.pdf
|
|
||||||
# *.png
|
|
||||||
# *.tif
|
|
@ -1,31 +1,9 @@
|
|||||||
# Cache files for Sublime Text
|
# workspace files are user-specific
|
||||||
*.tmlanguage.cache
|
|
||||||
*.tmPreferences.cache
|
|
||||||
*.stTheme.cache
|
|
||||||
|
|
||||||
# Workspace files are user-specific
|
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|
||||||
# Project files should be checked into the repository, unless a significant
|
# project files should be checked into the repository, unless a significant
|
||||||
# proportion of contributors will probably not be using Sublime Text
|
# 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
|
||||||
sftp-config-alt*.json
|
|
||||||
|
|
||||||
# Package control specific files
|
|
||||||
Package Control.last-run
|
|
||||||
Package Control.ca-list
|
|
||||||
Package Control.ca-bundle
|
|
||||||
Package Control.system-ca-bundle
|
|
||||||
Package Control.cache/
|
|
||||||
Package Control.ca-certs/
|
|
||||||
Package Control.merged-ca-bundle
|
|
||||||
Package Control.user-ca-bundle
|
|
||||||
oscrypto-ca-bundle.crt
|
|
||||||
bh_unicode_properties.cache
|
|
||||||
|
|
||||||
# Sublime-github package stores a github token in this file
|
|
||||||
# https://packagecontrol.io/packages/sublime-github
|
|
||||||
GitHub.sublime-settings
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# Syncthing caches
|
|
||||||
.stversions
|
|
@ -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,15 +1,12 @@
|
|||||||
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
|
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
|
||||||
TAGS
|
TAGS
|
||||||
.TAGS
|
|
||||||
!TAGS/
|
!TAGS/
|
||||||
tags
|
tags
|
||||||
.tags
|
|
||||||
!tags/
|
!tags/
|
||||||
gtags.files
|
gtags.files
|
||||||
GTAGS
|
GTAGS
|
||||||
GRTAGS
|
GRTAGS
|
||||||
GPATH
|
GPATH
|
||||||
GSYMS
|
|
||||||
cscope.files
|
cscope.files
|
||||||
cscope.out
|
cscope.out
|
||||||
cscope.in.out
|
cscope.in.out
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# Project-level settings
|
|
||||||
/.tgitconfig
|
|
@ -1,5 +1 @@
|
|||||||
# General
|
|
||||||
.vagrant/
|
.vagrant/
|
||||||
|
|
||||||
# Log files (if you are creating logs in debug mode, uncomment this)
|
|
||||||
# *.log
|
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
# Swap
|
|
||||||
[._]*.s[a-v][a-z]
|
|
||||||
!*.svg # comment out if you don't need vector files
|
|
||||||
[._]*.sw[a-p]
|
|
||||||
[._]s[a-rt-v][a-z]
|
|
||||||
[._]ss[a-gi-z]
|
|
||||||
[._]sw[a-p]
|
|
||||||
|
|
||||||
# Session
|
|
||||||
Session.vim
|
|
||||||
Sessionx.vim
|
|
||||||
|
|
||||||
# Temporary
|
|
||||||
.netrwhist
|
|
||||||
*~
|
|
||||||
# Auto-generated tag files
|
|
||||||
tags
|
|
||||||
# Persistent undo
|
|
||||||
[._]*.un~
|
|
@ -4,9 +4,4 @@
|
|||||||
[Bb]in
|
[Bb]in
|
||||||
[Ii]nclude
|
[Ii]nclude
|
||||||
[Ll]ib
|
[Ll]ib
|
||||||
[Ll]ib64
|
|
||||||
[Ll]ocal
|
|
||||||
[Ss]cripts
|
[Ss]cripts
|
||||||
pyvenv.cfg
|
|
||||||
.venv
|
|
||||||
pip-selfcheck.json
|
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
# Gitignore for Cadence Virtuoso
|
|
||||||
################################################################
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
*.log
|
|
||||||
panic*.log.*
|
|
||||||
|
|
||||||
# OpenAccess database lock files
|
|
||||||
*.cdslck*
|
|
||||||
|
|
||||||
# Run directories for layout vs. schematic and design rule check
|
|
||||||
lvsRunDir/*
|
|
||||||
drcRunDir/*
|
|
||||||
|
|
||||||
# Abstract generation tool
|
|
||||||
abstract.log*
|
|
||||||
abstract.record*
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
.vscode/*
|
|
||||||
!.vscode/settings.json
|
|
||||||
!.vscode/tasks.json
|
|
||||||
!.vscode/launch.json
|
|
||||||
!.vscode/extensions.json
|
|
||||||
!.vscode/*.code-snippets
|
|
||||||
|
|
||||||
# Local History for Visual Studio Code
|
|
||||||
.history/
|
|
||||||
|
|
||||||
# Built Visual Studio Code Extensions
|
|
||||||
*.vsix
|
|
@ -1,14 +1,9 @@
|
|||||||
# Windows thumbnail cache files
|
# Windows image file caches
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
Thumbs.db:encryptable
|
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
ehthumbs_vista.db
|
|
||||||
|
|
||||||
# Dump file
|
|
||||||
*.stackdump
|
|
||||||
|
|
||||||
# Folder config file
|
# Folder config file
|
||||||
[Dd]esktop.ini
|
Desktop.ini
|
||||||
|
|
||||||
# Recycle Bin used on file shares
|
# Recycle Bin used on file shares
|
||||||
$RECYCLE.BIN/
|
$RECYCLE.BIN/
|
||||||
@ -16,9 +11,5 @@ $RECYCLE.BIN/
|
|||||||
# Windows Installer files
|
# Windows Installer files
|
||||||
*.cab
|
*.cab
|
||||||
*.msi
|
*.msi
|
||||||
*.msix
|
|
||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
|
|
||||||
# Windows shortcuts
|
|
||||||
*.lnk
|
|
||||||
|
@ -1,2 +1,14 @@
|
|||||||
## User settings
|
build/
|
||||||
xcuserdata/
|
*.pbxuser
|
||||||
|
!default.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
!default.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
!default.mode2v3
|
||||||
|
*.perspectivev3
|
||||||
|
!default.perspectivev3
|
||||||
|
xcuserdata
|
||||||
|
*.xccheckout
|
||||||
|
*.moved-aside
|
||||||
|
DerivedData
|
||||||
|
*.xcuserstate
|
||||||
|
@ -42,16 +42,6 @@
|
|||||||
*_usage.xml
|
*_usage.xml
|
||||||
*_xst.xrpt
|
*_xst.xrpt
|
||||||
|
|
||||||
# iMPACT generated files
|
|
||||||
_impactbatch.log
|
|
||||||
impact.xsl
|
|
||||||
impact_impact.xwbt
|
|
||||||
ise_impact.cmd
|
|
||||||
webtalk_impact.xml
|
|
||||||
|
|
||||||
# Core Generator generated files
|
|
||||||
xaw2verilog.log
|
|
||||||
|
|
||||||
# project-wide generated files
|
# project-wide generated files
|
||||||
*.gise
|
*.gise
|
||||||
par_usage_statistics.html
|
par_usage_statistics.html
|
||||||
|
6
Global/vim.gitignore
Normal file
6
Global/vim.gitignore
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[._]*.s[a-w][a-z]
|
||||||
|
[._]s[a-w][a-z]
|
||||||
|
*.un~
|
||||||
|
Session.vim
|
||||||
|
.netrwhist
|
||||||
|
*~
|
43
Go.gitignore
43
Go.gitignore
@ -1,25 +1,24 @@
|
|||||||
# If you prefer the allow list template instead of the deny list, see community template:
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
*.o
|
||||||
#
|
*.a
|
||||||
# Binaries for programs and plugins
|
|
||||||
*.exe
|
|
||||||
*.exe~
|
|
||||||
*.dll
|
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Folders
|
||||||
|
_obj
|
||||||
|
_test
|
||||||
|
|
||||||
|
# Architecture specific extensions/prefixes
|
||||||
|
*.[568vq]
|
||||||
|
[568vq].out
|
||||||
|
|
||||||
|
*.cgo1.go
|
||||||
|
*.cgo2.c
|
||||||
|
_cgo_defun.c
|
||||||
|
_cgo_gotypes.go
|
||||||
|
_cgo_export.*
|
||||||
|
|
||||||
|
_testmain.go
|
||||||
|
|
||||||
|
*.exe
|
||||||
*.test
|
*.test
|
||||||
|
*.prof
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
||||||
*.out
|
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
|
||||||
# vendor/
|
|
||||||
|
|
||||||
# Go workspace file
|
|
||||||
go.work
|
|
||||||
go.work.sum
|
|
||||||
|
|
||||||
# env file
|
|
||||||
.env
|
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
# Godot 4+ specific ignores
|
|
||||||
.godot/
|
|
||||||
|
|
||||||
# Godot-specific ignores
|
|
||||||
.import/
|
|
||||||
export.cfg
|
|
||||||
export_presets.cfg
|
|
||||||
|
|
||||||
# Imported translations (automatically generated from CSV files)
|
|
||||||
*.translation
|
|
||||||
|
|
||||||
# Mono-specific ignores
|
|
||||||
.mono/
|
|
||||||
data_*/
|
|
||||||
mono_crash.*.json
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user