mirror of
https://github.com/201206030/novel-plus.git
synced 2025-06-28 05:56:38 +00:00
assets
doc
novel-admin
novel-common
novel-crawl
novel-front
templates
blue
dark
orange
html
static
css
images
javascript
layui
mobile
wangEditor
docs
example
release
src
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.npmignore
ISSUE.md
LICENSE
README.md
bower.json
gulpfile.js
package.json
.gitattributes
.gitignore
LICENSE
README.md
pom.xml
52 lines
660 B
Plaintext
52 lines
660 B
Plaintext
|
|
#忽略
|
|
**/node_modules/*
|
|
node_modules/*
|
|
npm-debug.log
|
|
example/upload-files
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
# =========================
|
|
# Operating System Files
|
|
# =========================
|
|
|
|
# OSX
|
|
# =========================
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|