-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
53 lines (45 loc) · 892 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
50
51
52
53
# media wiki files #
################################
public_wiki/SecretSettings.php
public_wiki/extensions/AuthHMS/wikiauth.log
public_wiki/extensions/HMSAuth/log.txt
public_wiki/extensions/Widgets/compiled_templates/
# ether pad install #
#####################
public_pads/etherpad-lite/
# ignore the auto generated planet files #
##########################################
public_planet/*.*ml
planet/cache/
# user pref files #
###################
.ssh/
.profile
.bash*
# Compiled source #
###################
*.pyc
*.tmplc
# API Keys #
############
www_secure/*
www_secure/slack_keys.php
www_secure/trellobot_conf.php
# Logs and databases #
######################
*.log
*.sql
*.sqlite
public_html/tools/trellobot/data/*
# pid and lock files #
######################
*.pid
*.lock
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?