root/.gitignore @ 3e90d18b
1 |
.DS_Store |
---|---|
2 |
_notes/ |
3 |
/tmp/ |
4 |
/logs/ |
5 |
/build.conf |
6 |
# Ignore Vim swap files |
7 |
.*.swp |
8 |
upload.sh |
9 |
# eclipse |
10 |
.buildpath |
11 |
.project |
12 |
.settings/ |
13 |
# PhpStorm |
14 |
.idea |
15 |
*.php-e |
16 |
.zanata-cache |