UNPKG

608 BPlain TextView Raw
1# .gitignore <https://github.com/tunnckoCore/dotfiles>
2#
3# Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
4# Released under the MIT license.
5#
6
7# Always-ignore dirs #
8# ####################
9_gh_pages
10node_modules
11bower_components
12components
13vendor
14build
15dest
16dist
17src
18lib-cov
19coverage
20nbproject
21cache
22temp
23tmp
24
25# Packages #
26# ##########
27*.7z
28*.dmg
29*.gz
30*.iso
31*.jar
32*.rar
33*.tar
34*.zip
35
36# OS, Logs and databases #
37# #########################
38*.pid
39*.dat
40*.log
41*.sql
42*.sqlite
43*~
44~*
45
46# Another files #
47# ###############
48Icon?
49.DS_Store*
50Thumbs.db
51ehthumbs.db
52Desktop.ini
53npm-debug.log
54.directory
55._*