mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Move app into wwwroot
This commit is contained in:
parent
24c4ae2192
commit
7b6e5fd431
23 changed files with 3704 additions and 4 deletions
10
Ombi/Ombi/.gitignore
vendored
10
Ombi/Ombi/.gitignore
vendored
|
@ -1,6 +1,10 @@
|
|||
/app/**/*.js
|
||||
/app/**/*.js.map
|
||||
/wwwroot/**
|
||||
/wwwroot/css/**
|
||||
/wwwroot/fonts/**
|
||||
/wwwroot/images/**
|
||||
/wwwroot/lib/**
|
||||
/wwwroot/maps/**
|
||||
/wwwroot/app/**/*.js
|
||||
/wwwroot/app/**/*.js.map
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue