1+
2+ # hidden files created by Windows
3+ Thumbs.db
4+ desktop.ini
5+ .DS_Store
6+ * ~
7+ * .bak
8+ .buildpath
9+ .project
10+ .settings
11+ * .tmproj
12+ build
13+ .idea
14+ nbproject /
15+
16+
17+ # the composer package lock file and install directory
18+ /composer.lock
19+ /fuel /vendor
20+
21+ # app files
22+ fuel /app /logs /*
23+
24+ fuel /app /config /auth.php
25+ fuel /app /config /config.php
26+ fuel /app /config /crypt.php
27+ fuel /app /config /db.php
28+ fuel /app /config /email.php
29+ fuel /app /config /file.php
30+ fuel /app /config /mapbox.php
31+ fuel /app /config /payouts.php
32+ fuel /app /config /rabbitmq.php
33+ fuel /app /config /rest.php
34+ fuel /app /config /routes.php
35+ fuel /app /config /session.php
36+ fuel /app /config /simpleauth.php
37+ fuel /app /config /siteroutes.php
38+ fuel /app /config /sitesetup.php
39+ fuel /app /config /so_billing.php
40+ fuel /app /config /upload.php
41+ fuel /app /config /migrations.php
42+ fuel /app /config /solr.php
43+
44+ fuel /app /config /test /*
45+ fuel /app /config /development /*
46+ fuel /app /config /production /*
47+ fuel /app /config /environments /*
48+
49+ fuel /core /vendor /phpquickprofiler /display.php
50+ so_files
51+ .htaccess
52+ sitemap.xml.gz
53+ .tmb
54+ .quarantine
55+ config.codekit
56+
57+ # paypal logs
58+ fuel /packages /paypal /vendor /paypal /library /Lionite /logs
59+
60+ public /assets /img /avatars /*
61+ ! public /assets /img /avatars /default.png
62+ public /assets /img /addons
63+ public /assets /img /addonassets /*
64+ public /assets /img /support /*
65+ public /assets /img /blog /*
66+ Thumbs.db
67+
68+ # ignores for composer-related items
69+ fuel /app /vendor
70+ fuel /app /cache
71+ fuel /app /composer.lock
72+
73+ # any of the fuel packages installed by default
74+ /docs /
75+ /fuel /core /
76+ /fuel /packages /auth /
77+ /fuel /packages /email /
78+ /fuel /packages /oil /
79+ /fuel /packages /orm /
80+ /fuel /packages /parser /
0 commit comments