Skip to content

Commit 84aa372

Browse files
author
Seth Carbon
committed
copy from go-exp
0 parents  commit 84aa372

File tree

634 files changed

+127032
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

634 files changed

+127032
-0
lines changed

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Do not want to commit staging files.
2+
staging/*.js
3+
javascript/staging/*.js
4+
staging/*.dat
5+
javascript/staging/*.dat
6+
7+
## Do not commit our TAGS
8+
TAGS
9+
10+
## My my_rhino workaround should never be committed.
11+
my_rhino
12+
13+
## NaturalDocs data files change too much and shouldn't be modified.
14+
perl/docs/.naturaldocs_project/Data
15+
javascript/docs/.naturaldocs_project/Data
16+
17+
## Local conf files should be ignored.
18+
conf/amigo.yaml*
19+
conf/config.pl
20+
21+
## Emacs things (from
22+
## https://github.com/github/gitignore/blob/master/Global/Emacs.gitignore).
23+
*~
24+
\#*\#
25+
/.emacs.desktop
26+
/.emacs.desktop.lock
27+
.elc
28+
auto-save-list
29+
tramp
30+
.\#*
31+
# Org-mode
32+
.org-id-locations
33+
*_archive
34+
35+
## Would rather not have the minimal java stuff pollute.
36+
*.class

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node server.js

README.org

Whitespace-only changes.

deplist.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
# ***************************************************************************
3+
#
4+
# Note: This file has been deprecated and exists for backward compatibility.
5+
# Please use package.json to add dependencies to the Node modules
6+
# your application requires.
7+
#
8+
# ***************************************************************************
9+
#
10+
11+
#
12+
# For a list of globally installed modules - see file: npm_global_module_list.
13+
#

node_modules/.bin/express

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/amigo2/README.md

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)