Correct rollup terminology which twitter suggested was incorrect
[blog] / .gitignore
1 # Ignore docs files
2 _gh_pages
3 _site
4 .ruby-version
5 .sass-cache
6
7 # Numerous always-ignore extensions
8 *.diff
9 *.err
10 *.orig
11 *.log
12 *.rej
13 *.swo
14 *.swp
15 *.zip
16 *.vi
17 *~
18
19 # OS or Editor folders
20 .DS_Store
21 ._*
22 Thumbs.db
23 .cache
24 .project
25 .settings
26 .tmproj
27 *.esproj
28 nbproject
29 *.sublime-project
30 *.sublime-workspace
31 .idea
32
33 # Komodo
34 *.komodoproject
35 .komodotools
36
37 # grunt-html-validation
38 validation-status.json
39 validation-report.json
40
41 # Folders to ignore
42 node_modules