summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-20 14:48:51 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-20 14:48:51 -0700
commit09b0f61194238715875b545dc6cfb30d8f69a3dd (patch)
tree7f0e4abdcad197a17b7487711eb624fb7e84d2bf
parent42822df5b3451114e71aff946d755f6dd3cfd1c9 (diff)
downloadchat-09b0f61194238715875b545dc6cfb30d8f69a3dd.tar.gz
chat-09b0f61194238715875b545dc6cfb30d8f69a3dd.tar.bz2
chat-09b0f61194238715875b545dc6cfb30d8f69a3dd.zip
Removing my enviroment
-rw-r--r--.agignore3
-rw-r--r--.ctags19
2 files changed, 0 insertions, 22 deletions
diff --git a/.agignore b/.agignore
deleted file mode 100644
index ca1b2cf52..000000000
--- a/.agignore
+++ /dev/null
@@ -1,3 +0,0 @@
-tags
-Godeps/*
-static/js/*
diff --git a/.ctags b/.ctags
deleted file mode 100644
index 35fdcba9c..000000000
--- a/.ctags
+++ /dev/null
@@ -1,19 +0,0 @@
---recurse=yes
---exclude=.git
---exclude=Godeps
---exclude=node_modules
---exclude=static
-
---langdef=Go
---langmap=Go:.go
---regex-Go=/func([ \t]+\([^)]+\))?[ \t]+([a-zA-Z0-9_]+)/\2/d,func/
---regex-Go=/var[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,var/
---regex-Go=/type[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,type/
-
---langdef=JSX
---langmap=jsx:.jsx
---regex-jsx=/^[ \t]*import[ \t]+([^;]+)/\1/r,import,imports/
---regex-jsx=/^[ \t]*([a-z]+[ \t]+)*function[ \t]+([A-Za-z0-9_]+[ \t]*[^{;]*)/\2/f,function,functions/
---regex-jsx=/^[ \t]*([a-z]+[ \t]+)*class[ \t]+([A-Za-z0-9_]+)[ \t]*([^)])/\2/c,class,classes/
---regex-jsx=/^[ \t]*([a-z]+[ \t]+)*interface[ \t]+([A-Za-z0-9_]+)[ \t]*([^)])/\2/i,interface,interfaces/
---regex-jsx=/^[ \t]*([a-z]+[ \t]+)*mixin[ \t]+([A-Za-z0-9_]+)[ \t]*([^)])/\2/m,mixin,mixins/