Skip to content

Commit f243fd3

Browse files
Fixed gitignore/npmignore and directory structure.
1 parent f9fe5bb commit f243fd3

4 files changed

Lines changed: 10 additions & 32 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ tbl/
33
.vscode/launch.json
44
a.out
55
dropsim
6+
dropsimbase
67
dropsim.exe
78
dropsim.pdb
89
*.txt

.npmignore

Lines changed: 0 additions & 31 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"version": "3.1.91743",
44
"description": "",
55
"author": "nishimura-katsuo",
6-
"license": "MIT"
6+
"license": "MIT",
7+
"files": [
8+
"*.csv",
9+
"json/*",
10+
"docs/Avquest.ttf",
11+
"docs/css"
12+
]
713
}

simulation-graphs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)