2023-09-10 23:52:57 +00:00
|
|
|
*.pdf
|
2020-03-04 01:57:13 +00:00
|
|
|
enable1*.txt
|
2020-03-05 01:21:34 +00:00
|
|
|
*.dot
|
|
|
|
experiments/bktree/*.png
|
2020-03-04 01:57:13 +00:00
|
|
|
*.sqlite
|
2020-01-16 18:59:35 +00:00
|
|
|
module_index.json
|
2019-10-07 15:43:35 +00:00
|
|
|
.serenata
|
2019-09-19 08:23:40 +00:00
|
|
|
*.backup
|
2019-08-25 20:40:24 +00:00
|
|
|
themes/**/*.png
|
|
|
|
themes/themeindex.json
|
2019-05-11 21:52:08 +00:00
|
|
|
build.*/
|
2018-12-12 19:27:05 +00:00
|
|
|
_docpress/
|
2019-05-12 11:05:44 +00:00
|
|
|
__nightdocs/
|
2019-03-02 13:32:12 +00:00
|
|
|
build/
|
2018-12-12 21:12:29 +00:00
|
|
|
!build/index.php
|
2017-09-16 10:47:42 +00:00
|
|
|
|
2019-08-08 17:27:23 +00:00
|
|
|
docs/RestApi
|
|
|
|
docs/ModuleApi
|
|
|
|
|
2015-09-20 15:08:09 +00:00
|
|
|
# Include the README
|
2015-09-19 09:19:56 +00:00
|
|
|
!README.md
|
2016-06-03 07:41:35 +00:00
|
|
|
# ...but ignore READMEs in the build folder
|
2016-04-08 19:13:11 +00:00
|
|
|
build/README.md
|
2017-09-16 10:47:42 +00:00
|
|
|
|
2016-12-11 19:27:27 +00:00
|
|
|
# ...and the backup peppermint.json files created when using the settings GUI
|
|
|
|
peppermint.json.bak
|
2017-09-16 10:47:42 +00:00
|
|
|
# But keep the useful markdown files
|
2015-09-20 15:08:09 +00:00
|
|
|
!Module_API_Docs.md
|
2015-12-20 10:48:11 +00:00
|
|
|
!Changelog.md
|
2016-07-05 14:53:13 +00:00
|
|
|
!Development.md
|
2015-09-19 09:19:56 +00:00
|
|
|
|
2017-09-16 10:47:42 +00:00
|
|
|
# Ignore the php documentor cache folder
|
|
|
|
docs/ModuleApiCache
|
|
|
|
|
|
|
|
# Ignore the various indexes created by pepperminty wiki
|
2015-09-19 09:19:56 +00:00
|
|
|
pageindex.json
|
2015-10-28 19:12:31 +00:00
|
|
|
idindex.json
|
|
|
|
invindex.json
|
2016-01-16 13:24:13 +00:00
|
|
|
recent-changes.json
|
2017-07-13 19:48:57 +00:00
|
|
|
build/statsindex.json
|
2016-06-22 11:37:33 +00:00
|
|
|
peppermint.json
|
2017-05-13 15:18:43 +00:00
|
|
|
# The comments files
|
|
|
|
build/*.comments.json
|
2015-10-22 07:59:21 +00:00
|
|
|
|
2016-03-12 15:26:30 +00:00
|
|
|
# The automatically downloaded parsedown files
|
|
|
|
Parsedown.php
|
|
|
|
ParsedownExtra.php
|
|
|
|
|
2015-10-22 07:59:21 +00:00
|
|
|
# All uploaded files
|
|
|
|
build/Files/*
|
2017-06-17 14:36:11 +00:00
|
|
|
# All user-specific files
|
|
|
|
build/Users/*
|
2017-11-13 23:12:51 +00:00
|
|
|
# Don't forget about diff.min.js
|
|
|
|
build/diff.min.js
|
2015-11-09 07:15:12 +00:00
|
|
|
|
|
|
|
# The testing zone for the $paths
|
|
|
|
data_test
|
2018-02-14 22:19:11 +00:00
|
|
|
|
|
|
|
# phpdoc - Can't believe I committed this by accident :P
|
|
|
|
phpdoc
|
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/git
|
|
|
|
|
|
|
|
### Git ###
|
|
|
|
*.orig
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/git
|
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/composer
|
|
|
|
|
|
|
|
### Composer ###
|
|
|
|
composer.phar
|
|
|
|
/vendor/
|
|
|
|
|
|
|
|
# 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
|
|
|
|
# composer.lock
|
|
|
|
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/composer
|
2019-09-19 08:23:40 +00:00
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/node
|
|
|
|
# Edit at https://www.gitignore.io/?templates=node
|
|
|
|
|
|
|
|
### Node ###
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
|
|
|
|
|
|
|
# TypeScript v1 declaration files
|
|
|
|
typings/
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
|
|
|
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
|
|
.cache
|
|
|
|
|
|
|
|
# next.js build output
|
|
|
|
.next
|
|
|
|
|
|
|
|
# nuxt.js build output
|
|
|
|
.nuxt
|
|
|
|
|
|
|
|
# vuepress build output
|
|
|
|
.vuepress/dist
|
|
|
|
|
|
|
|
# Serverless directories
|
|
|
|
.serverless/
|
|
|
|
|
|
|
|
# FuseBox cache
|
|
|
|
.fusebox/
|
|
|
|
|
|
|
|
#DynamoDB Local files
|
|
|
|
.dynamodb/
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/node
|