forked from ThinkUpLLC/ThinkUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (41 loc) · 1.02 KB
/
.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
# Config and dotfiles
.*
!.travis.yml
!.scrutinizer.yml
webapp/config.inc.php
webapp/config.inc.bak.php
tests/config.tests.inc.php
extras/cron/config
extras/scripts/autodeploy-conf
extras/scripts/insight-html-to-server-conf
extras/scripts/migratedb-conf
extras/scripts/insight-html-to-server-conf
extras/scripts/test-pull-postback-conf
extras/dev/ramdisk/osx_make_ramdisk_db.conf
extras/scripts/lic_header.py
# Temp data
data/
!tests/data
!webapp/data/README.md
# Compiled packages and process files
build/
webapp/test_installer/*
webapp/plugins/twitterrealtime/streaming/*.pid
# Plugins except for core plugins
webapp/plugins/*
!webapp/plugins/expandurls/
!webapp/plugins/facebook/
!webapp/plugins/foursquare/
!webapp/plugins/geoencoder/
!webapp/plugins/googleplus/
!webapp/plugins/hellothinkup/
!webapp/plugins/insightsgenerator/
!webapp/plugins/twitter/
!webapp/plugins/twitterrealtime/
!webapp/plugins/youtube/
!webapp/plugins/instagram/
# ThinkUpLLC-specific extensions
thinkupllc*
# Grunt and NPM files
node_modules
node_modules