Skip to content

Commit

Permalink
Restructure repository
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Feb 11, 2019
1 parent 62d74ea commit 12379c8
Show file tree
Hide file tree
Showing 762 changed files with 218,560 additions and 12,340 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
* text=auto eol=lf

###############################################################################
# Set default behavior for command prompt diff.
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
.idea/

node_modules/
dotnetsdk/
src/tools/temp/
temp/

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
Expand Down
391 changes: 0 additions & 391 deletions .paket/Paket.Restore.targets

This file was deleted.

Binary file removed .paket/paket.exe
Binary file not shown.
58 changes: 0 additions & 58 deletions .paket/paket.targets

This file was deleted.

128 changes: 0 additions & 128 deletions Fable.sln

This file was deleted.

4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ test: off
# version: 0.0.1.{build}
artifacts:
# https://ci.appveyor.com/api/projects/fable-compiler/Fable/artifacts/src/dotnet/Fable.Repl/repl.zip
- path: src\dotnet\Fable.Repl\out
- path: src\Fable.Repl\out
name: repl
type: zip
# https://ci.appveyor.com/api/projects/fable-compiler/Fable/artifacts/src/dotnet/Fable.Repl/repl-bundle.zip
- path: src\dotnet\Fable.Repl\bundle
- path: src\Fable.Repl\bundle
name: repl-bundle
type: zip
9 changes: 0 additions & 9 deletions build.cmd

This file was deleted.

Loading

0 comments on commit 12379c8

Please sign in to comment.