mirror of
https://github.com/caprover/caprover
synced 2026-09-23 23:25:38 +00:00
minor edits
This commit is contained in:
+53
-2
@@ -1,6 +1,57 @@
|
||||
# add git-ignore syntax here of things you don't want copied into docker image
|
||||
|
||||
.git
|
||||
node_modules
|
||||
|
||||
temp_upload
|
||||
.idea
|
||||
currentdirectory
|
||||
|
||||
# Node modules
|
||||
/node_modules
|
||||
|
||||
# JetBrains
|
||||
.idea
|
||||
|
||||
/temp_upload
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directory
|
||||
# https://docs.npmjs.com/cli/shrinkwrap#caveats
|
||||
node_modules
|
||||
|
||||
.idea
|
||||
|
||||
# Debug log from npm
|
||||
npm-debug.log
|
||||
|
||||
|
||||
# -------------------
|
||||
|
||||
.DS_Store
|
||||
|
||||
node_modules
|
||||
|
||||
lib/core/metadata.js
|
||||
lib/core/MetadataBlog.js
|
||||
@@ -1 +1 @@
|
||||
Front end app is being served from /dist/ directory
|
||||
Front end app is being served from frontend app repo
|
||||
Reference in New Issue
Block a user