forked from joomla/joomla.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
49 lines (46 loc) · 754 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# IDE/System based files and folders #
.buildpath
.project
.settings
.DS_Store
.idea
.vscode
# Local System Files (i.e. cache, logs, etc.) #
# Ignore everything by default then whitelist paths
/build/*
!/build/Gruntfile.js
!/build/package.json
!/build/js
/tests
/www/administrator/
/www/cache/
/www/components/
/www/images/
/www/includes/
/www/language/
/www/layouts/
/www/libraries/
/www/media/
/www/modules/
/www/plugins/
/www/tmp
/www/.travis.yml
/www/CONTRIBUTING.md
/www/LICENSE.txt
/www/README.txt
/www/build.xml
/www/configuration.php
/www/htaccess.txt
/www/index.php
/www/phpunit.xml.dist
/www/phpunit.xml
/www/robots.txt.dist
/www/travisci-phpunit.xml
/www/web.config.txt
# OSX #
._*
.Spotlight-V100
.Trashes
# Windows #
Thumbs.db
Desktop.ini