Adjusting the docs to show the modals demo for mobile devices.
[ratchet] / .gitignore
1 # Numerous always-ignore extensions
2 *.diff
3 *.err
4 *.orig
5 *.log
6 *.rej
7 *.swo
8 *.swp
9 *.zip
10 *.vi
11 *~
12 *.sass-cache
13
14 # OS or Editor folders
15 .DS_Store
16 ._*
17 Thumbs.db
18 .cache
19 .project
20 .settings
21 .tmproj
22 *.esproj
23 nbproject
24 *.sublime-project
25 *.sublime-workspace
26
27 # Komodo
28 *.komodoproject
29 .komodotools
30
31 # Folders to ignore
32 .hg
33 .svn
34 .CVS
35 .idea
36 node_modules