Merge branch 'enviro' into fixing-build

Этот коммит содержится в:
=Corey Hulen
2015-08-20 14:12:27 -07:00
родитель 7d0f1e7fef aa2583a027
Коммит 8b3bbc5fb9
3 изменённых файлов: 26 добавлений и 0 удалений

3
.agignore Обычный файл
Просмотреть файл

@@ -0,0 +1,3 @@
tags
Godeps/*
static/js/*

19
.ctags Обычный файл
Просмотреть файл

@@ -0,0 +1,19 @@
--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/

4
.gitignore поставляемый
Просмотреть файл

@@ -50,3 +50,7 @@ web/sass-files/sass/.sass-cache/
# Default local file storage
data/*
api/data/*
.agignore
.ctags
tags