Skip to content

Commit

Permalink
libs tbd cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Apr 18, 2019
1 parent 76c09d9 commit 14e522b
Show file tree
Hide file tree
Showing 370 changed files with 203,156 additions and 0 deletions.
36 changes: 36 additions & 0 deletions www/lib/font-awesome/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "font-awesome",
"description": "Font Awesome",
"version": "4.3.0",
"keywords": [],
"homepage": "http://fontawesome.io",
"dependencies": {},
"devDependencies": {},
"license": [
"OFL-1.1",
"MIT",
"CC-BY-3.0"
],
"main": [
"./css/font-awesome.css",
"./fonts/*"
],
"ignore": [
"*/.*",
"*.json",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
],
"_release": "4.3.0",
"_resolution": {
"type": "version",
"tag": "v4.3.0",
"commit": "e9665bad5b5b944da1095faf88209fabbfe725c1"
},
"_source": "https://github.com/FortAwesome/Font-Awesome.git",
"_target": "~4.3.0",
"_originalSource": "font-awesome"
}
33 changes: 33 additions & 0 deletions www/lib/font-awesome/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
*.pyc
*.egg-info
*.db
*.db.old
*.swp
*.db-journal

.coverage
.DS_Store
.installed.cfg
_gh_pages/*

.idea/*
.svn/*
src/website/static/*
src/website/media/*

bin
cfcache
develop-eggs
dist
downloads
eggs
parts
tmp
.sass-cache
node_modules

src/website/settingslocal.py
stunnel.log

.ruby-version
.bundle
42 changes: 42 additions & 0 deletions www/lib/font-awesome/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
*.pyc
*.egg-info
*.db
*.db.old
*.swp
*.db-journal

.coverage
.DS_Store
.installed.cfg
_gh_pages/*

.idea/*
.svn/*
src/website/static/*
src/website/media/*

bin
cfcache
develop-eggs
dist
downloads
eggs
parts
tmp
.sass-cache
node_modules

src/website/settingslocal.py
stunnel.log

.ruby-version

# don't need these in the npm package.
src/
_config.yml
bower.json
component.json
composer.json
CONTRIBUTING.md
Gemfile
Gemfile.lock
23 changes: 23 additions & 0 deletions www/lib/font-awesome/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "font-awesome",
"description": "Font Awesome",
"version": "4.3.0",
"keywords": [],
"homepage": "http://fontawesome.io",
"dependencies": {},
"devDependencies": {},
"license": ["OFL-1.1", "MIT", "CC-BY-3.0"],
"main": [
"./css/font-awesome.css",
"./fonts/*"
],
"ignore": [
"*/.*",
"*.json",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
]
}
Loading

1 comment on commit 14e522b

@pliablepixels
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.