Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
Changed type to sourceLibrary and added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulFreund committed Jan 19, 2014
1 parent 2060b13 commit 0d309cd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
33 changes: 33 additions & 0 deletions .gitignore
@@ -0,0 +1,33 @@
obj/
x64*/
[Ii]pch/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
[Aa]nalyze*/
_ReSharper*/
[Tt]est[Rr]esult*
*Inspector XE Results*/
aspnet_client
Thumbs.db
*.ipch
*.aps
*.vspscc
*.ncb
*.suo
*.opensdf
*.ilk
*.sdf
*.vsp
*.user
*.filters

*.userprefs
*.visualdproj
*.dproj
*.sln

AppData
.dub/

core
10 changes: 4 additions & 6 deletions package.json
Expand Up @@ -3,11 +3,9 @@
"license": "BSL-1.0",
"description": "An Entity Component System.",
"copyright": "Copyright © 2014, Felix 'Zoadian' Hufnagel",
"authors": ["Felix 'Zoadian' Hufnagel"],
"authors": [
"Felix 'Zoadian' Hufnagel"
],

"targetPath": "bin",
"targetType": "library",

"dependencies": {
}
"targetType": "sourceLibrary"
}

0 comments on commit 0d309cd

Please sign in to comment.