Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imghost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
imghost
Commits
8ed07a18
Verified
Commit
8ed07a18
authored
Aug 1, 2021
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup ignore and packaging
parent
fa13e4b3
No related branches found
No related tags found
1 merge request
!1
Replace entire project structure
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+29
-3
29 additions, 3 deletions
.gitignore
package-lock.json
+0
-54
0 additions, 54 deletions
package-lock.json
package.json
+0
-5
0 additions, 5 deletions
package.json
ui/.gitignore
+112
-18
112 additions, 18 deletions
ui/.gitignore
with
141 additions
and
80 deletions
.gitignore
+
29
−
3
View file @
8ed07a18
/.idea/
### Project-Specific
/vendor/
/node_modules/
# Config
/config.yaml
/config.yaml
### Go template
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
/vendor/
### JetBrains template
/.idea/*
!/.idea/copyright/
### MacOS
.DS_Store
This diff is collapsed.
Click to expand it.
package-lock.json
deleted
100644 → 0
+
0
−
54
View file @
fa13e4b3
{
"name"
:
"imghost-frontend"
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"dependencies"
:
{
"axios"
:
"^0.21.1"
}
},
"node_modules/axios"
:
{
"version"
:
"0.21.1"
,
"resolved"
:
"https://registry.npmjs.org/axios/-/axios-0.21.1.tgz"
,
"integrity"
:
"sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA=="
,
"dependencies"
:
{
"follow-redirects"
:
"^1.10.0"
}
},
"node_modules/follow-redirects"
:
{
"version"
:
"1.14.1"
,
"resolved"
:
"https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz"
,
"integrity"
:
"sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
,
"funding"
:
[
{
"type"
:
"individual"
,
"url"
:
"https://github.com/sponsors/RubenVerborgh"
}
],
"engines"
:
{
"node"
:
">=4.0"
},
"peerDependenciesMeta"
:
{
"debug"
:
{
"optional"
:
true
}
}
}
},
"dependencies"
:
{
"axios"
:
{
"version"
:
"0.21.1"
,
"resolved"
:
"https://registry.npmjs.org/axios/-/axios-0.21.1.tgz"
,
"integrity"
:
"sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA=="
,
"requires"
:
{
"follow-redirects"
:
"^1.10.0"
}
},
"follow-redirects"
:
{
"version"
:
"1.14.1"
,
"resolved"
:
"https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz"
,
"integrity"
:
"sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
}
}
}
This diff is collapsed.
Click to expand it.
package.json
deleted
100644 → 0
+
0
−
5
View file @
fa13e4b3
{
"dependencies"
:
{
"
axios
"
:
"
^0.21.1
"
}
}
This diff is collapsed.
Click to expand it.
ui/.gitignore
+
112
−
18
View file @
8ed07a18
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
### Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# dependencies
# Diagnostic reports (https://nodejs.org/api/report.html)
/node_modules
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
/.pnp
.pnp.js
# testing
# Runtime data
/coverage
pids
*.pid
*.seed
*.pid.lock
#
production
#
Directory for instrumented libs generated by jscoverage/JSCover
/build
lib-cov
# misc
# Coverage directory used by tools like istanbul
.DS_Store
coverage
.env.local
*.lcov
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
# nyc test coverage
yarn-debug.log*
.nyc_output
yarn-error.log*
# 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/
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment