mirror of
https://github.com/ustc-zzzz/mcbbs-markdown2bbcode-converter.git
synced 2024-11-21 01:10:50 +08:00
25 lines
243 B
Plaintext
25 lines
243 B
Plaintext
# Whitelist Mode
|
|
/*
|
|
|
|
# Git File
|
|
!.gitignore
|
|
|
|
# Travis File
|
|
!.travis.yml
|
|
|
|
# GitHub Files
|
|
!README.md
|
|
!LICENSE
|
|
|
|
# Source Code Files
|
|
!src/
|
|
|
|
# Webpack & NPM Files
|
|
!package.json
|
|
!package-lock.json
|
|
!webpack.config.js
|
|
|
|
# TSConfig File
|
|
!tsconfig.json
|
|
|