DocTo/.gitignore

174 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2013-01-06 17:11:19 +08:00
############
# Project
############
2013-01-04 18:12:50 +08:00
*.zip
temp/
*.log
test/out/
test/generatedfiles/
2015-08-01 03:23:30 +08:00
test/Rachel Recipes/
2015-08-01 04:16:43 +08:00
test/privatetest/
2013-01-04 18:12:50 +08:00
exe/help.txt
test/privatetest/
2013-01-04 18:12:50 +08:00
*.group*
exe/
test/InputFiles/ignore/
test/InputFiles/generatedfiles/
test/Generated*
test/InputFiles3*
2021-05-31 17:50:27 +08:00
test/test1/*
2021-12-04 04:02:15 +08:00
newdir2/
2024-02-12 02:57:17 +08:00
/releases
src/docto.exe
*.rsm
2013-01-04 18:12:50 +08:00
2020-05-04 18:11:00 +08:00
###########
# github
#############
pages/gen/vendor*
2020-06-21 17:01:35 +08:00
# Useful to comment out when adding new pages files
2020-11-08 00:35:03 +08:00
#pages/all/*
2020-05-04 18:11:00 +08:00
pages/gen/templates_c/*
2020-05-04 18:12:55 +08:00
2013-01-06 17:11:19 +08:00
############
# Delphi
############
pages/gen/vendor/*
pages/gen/templates_c/*
2013-01-06 17:11:19 +08:00
__history/
*.~*
*.dcu
*.identcache
2015-09-05 16:04:42 +08:00
*.orig
2015-12-27 01:42:24 +08:00
*.local
2019-12-29 23:04:15 +08:00
*.res
2022-02-21 01:19:11 +08:00
.idea/
2013-01-04 18:12:50 +08:00
######################
# php
################
/companion/storage/test
#################
## Eclipse
#################
*.pydevproject
.project
.metadata
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
2012-12-21 02:21:46 +08:00
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish
# Others
[Bb]in
[Oo]bj
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
############
## Windows
############
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
#############
## Python
#############
*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
# Mac crap
.DS_Store
2014-11-16 04:19:41 +08:00
src/d2icon.bmp
exe/docto.exe