feat: Updating gitignore and removing unnecessary Gemfiles

This commit is contained in:
imtodor 2018-11-16 14:12:43 +02:00
Родитель 8d0a2dc5da
Коммит 9bb2eb6a3e
3 изменённых файлов: 29 добавлений и 140 удалений

29
.gitignore поставляемый
Просмотреть файл

@ -1,3 +1,32 @@
.DS_Store
.dockerignore
.editorconfig
.jekyll-metadata
.ruby-version
/_assets/
/_common/root/
/_data/
/_includes/
/_layouts/
/_plugins/
/_templates/
/docs-watcher/
/favicon.ico
/fonts/
/styles/
Dockerfile
Gemfile
Gemfile.lock
_site
_site_WIN8/
bs-config.js
build-docs.sh
copy_content.sh
copy_local.sh
install-npm.sh
knowledge-base.html
robots.txt
search.html
start-docs.sh
watch.sh

Просмотреть файл

@ -1,8 +0,0 @@
source 'https://rubygems.org'
gem 'uglifier'
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-assets'
gem 'github-markdown'
gem 'html-pipeline'

Просмотреть файл

@ -1,132 +0,0 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.9.0)
colorator (0.1)
execjs (2.3.0)
fast-stemmer (1.0.2)
fastimage (1.7.0)
addressable (~> 2.3, >= 2.3.5)
ffi (1.9.6)
ffi (1.9.6-x86-mingw32)
github-markdown (0.6.8)
hike (1.2.3)
hitimes (1.2.2)
hitimes (1.2.2-x86-mingw32)
html-pipeline (1.9.0)
activesupport (>= 2)
nokogiri (~> 1.4)
i18n (0.7.0)
jekyll (2.4.0)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0)
redcarpet (~> 3.1)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-assets (0.14.0)
fastimage (~> 1.6)
jekyll (~> 2.0)
mini_magick (~> 4.1)
sass (~> 3.2)
sprockets (~> 2.10)
sprockets-helpers
sprockets-sass
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.1.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.2.0)
sass (~> 3.2)
jekyll-sitemap (0.6.3)
jekyll-watch (1.2.1)
listen (~> 2.7)
json (1.8.2)
kramdown (1.5.0)
liquid (2.6.1)
listen (2.8.5)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
mini_magick (4.2.4)
mini_portile (0.6.2)
minitest (5.5.1)
multi_json (1.11.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.2-x86-mingw32)
mini_portile (~> 0.6.0)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.9)
pygments.rb (0.6.1)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rack (1.6.1)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.1.2)
safe_yaml (1.0.4)
sass (3.4.11)
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.1.0)
sprockets (~> 2.0)
sprockets-sass (1.3.1)
sprockets (~> 2.0)
tilt (~> 1.1)
thread_safe (0.3.4)
tilt (1.4.1)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
yajl-ruby (1.2.1)
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
github-markdown
html-pipeline
jekyll
jekyll-assets
jekyll-sitemap
uglifier
BUNDLED WITH
1.10.3