-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59f17be
commit eb4c9fa
Showing
5 changed files
with
93 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,58 @@ | ||
src/vendor | ||
node_modules/ | ||
!src/scss/**/vendor | ||
# -------------------------------------------------- | ||
# - Custom ignore | ||
# -------------------------------------------------- | ||
|
||
# Ignore docs files | ||
_gh_pages | ||
_site | ||
.ruby-version | ||
|
||
# Numerous always-ignore extensions | ||
*.diff | ||
*.err | ||
*.log | ||
*.orig | ||
*.rej | ||
*.swo | ||
*.swp | ||
*.vi | ||
*.zip | ||
*~ | ||
|
||
# OS or Editor folders | ||
._* | ||
.cache | ||
.DS_Store | ||
.idea | ||
.DS_store | ||
others/ | ||
.project | ||
.vscode | ||
.settings | ||
.tmproj | ||
*.esproj | ||
*.sublime-project | ||
*.sublime-workspace | ||
nbproject | ||
Thumbs.db | ||
|
||
# Komodo | ||
.komodotools | ||
*.komodoproject | ||
|
||
# grunt-html-validation | ||
validation-report.json | ||
validation-status.json | ||
|
||
# Folders to ignore | ||
bower_components | ||
node_modules | ||
logs | ||
sessions | ||
tmp | ||
share | ||
others | ||
private | ||
design | ||
|
||
# Files that might appear on external disks | ||
.Spotlight-V100 | ||
.Trashes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Easy flexible lists with CSS. | ||
|
||
Based on the Skeletonic file structure (https://github.com/hjemmesidekongen/skeletonic). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "flexy-list", | ||
"version": "1.0.0", | ||
"description": "Easy flexible lists with CSS.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hjemmesidekongen/flexy-list.git" | ||
}, | ||
"author": "Morten Nissen <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/hjemmesidekongen/flexy-list/issues" | ||
}, | ||
"homepage": "https://github.com/hjemmesidekongen/flexy-list#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters