Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 21b5628

Browse files
committedFeb 5, 2013
Initial release of Discourse
0 parents  commit 21b5628

File tree

2,932 files changed

+143949
-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.

2,932 files changed

+143949
-0
lines changed
 

‎.autotest

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Autotest.add_hook :initialize do |autotest|
2+
%w{.git .svn .hg .DS_Store db log tmp vendor ._*}.each do |exception|
3+
autotest.add_exception(exception)
4+
end
5+
end

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

0 commit comments

Comments
 (0)
This repository has been archived.