mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
* Support npm@5 and yarn Use package.default.json Partial #6008 - Overwrite package.json with package.default.json values - `dependencies` field is merged with package.default.json version taking precidence - `./nodebb upgrade` automatically does those things and runs `git pull` - use `./nodebb upgrade --dev` to avoid the `git pull` * added logic to preserve extraneous plugins installed in node_modules/ * Don't automatically git pull * Simplify package-install, run it on upgrade just in case
69 lines
963 B
Plaintext
69 lines
963 B
Plaintext
yarn.lock
|
|
npm-debug.log
|
|
node_modules/
|
|
sftp-config.json
|
|
config.json
|
|
jsconfig.json
|
|
public/src/nodebb.min.js
|
|
!src/views/config.json
|
|
public/css/*.css
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.project
|
|
*.swp
|
|
Vagrantfile
|
|
.vagrant
|
|
provision.sh
|
|
*.komodoproject
|
|
.DS_Store
|
|
feeds/recent.rss
|
|
.eslintcache
|
|
.svn
|
|
|
|
logs/
|
|
|
|
pidfile
|
|
|
|
# templates
|
|
/public/templates
|
|
|
|
/public/sounds
|
|
/public/uploads
|
|
|
|
# compiled files
|
|
/public/stylesheet.css
|
|
/public/admin.css
|
|
/public/nodebb.min.js
|
|
/public/nodebb.min.js.map
|
|
/public/acp.min.js
|
|
/public/acp.min.js.map
|
|
/public/installer.css
|
|
/public/installer.min.js
|
|
/public/logo.png
|
|
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
|
|
*.iml
|
|
|
|
## Directory-based project format:
|
|
.idea/
|
|
.vscode/
|
|
|
|
## File-based project format:
|
|
*.ipr
|
|
*.iws
|
|
|
|
## Transifex
|
|
tx.exe
|
|
.transifexrc
|
|
|
|
##Coverage output
|
|
coverage
|
|
.nyc_output
|
|
|
|
build
|
|
*.log
|
|
test/files/normalise.jpg.png
|
|
test/files/normalise-resized.jpg
|
|
package-lock.json
|
|
package.json
|