Files: 53b07c951d1fe90c8aabd75219fcb05c06368477 / .gitignore
447 bytesRaw
1 | # Ignore docs files |
2 | _gh_pages |
3 | _site |
4 | .ruby-version |
5 | Gemfile.lock |
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 |
43 |
Built with git-ssb-web