mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Doing some cleaning up
This commit is contained in:
51
.gitignore
vendored
51
.gitignore
vendored
@@ -13,3 +13,54 @@ composer.phar
|
|||||||
vendor/
|
vendor/
|
||||||
node_modules/
|
node_modules/
|
||||||
bower_components/
|
bower_components/
|
||||||
|
|
||||||
|
|
||||||
|
# Macintosh
|
||||||
|
# -----------------
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Files that might appear in the root of a volume
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
|
||||||
|
# Directories potentially created on remote AFP share
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
# -----------------
|
||||||
|
|
||||||
|
# Windows image file caches
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
|
||||||
|
# Folder config file
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# Recycle Bin used on file shares
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
|
||||||
|
# Windows Installer files
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
||||||
|
# Windows shortcuts
|
||||||
|
*.lnk
|
||||||
|
|||||||
@@ -69,6 +69,6 @@ We included some basic CSS styles and resets to the form elements so we can easi
|
|||||||
*[Demo](http://codepen.io/AntoineBoulanger/pen/uBJmi)*
|
*[Demo](http://codepen.io/AntoineBoulanger/pen/uBJmi)*
|
||||||
|
|
||||||
## JavaScript
|
## JavaScript
|
||||||
- We use HTML data attributes to init our JavaScript modules: `data-app`, `data-widget` and `data-template`
|
- We use HTML data attributes to init our JavaScript modules: `data-module`
|
||||||
- All DOM related JavaScript is hooked to `js-` prefixed HTML classes
|
- All DOM related JavaScript is hooked to `js-` prefixed HTML classes
|
||||||
- [jQuery](https://jquery.com/) is globally included
|
- [jQuery](https://jquery.com/) is globally included
|
||||||
|
|||||||
Reference in New Issue
Block a user