-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.gitignore
51 lines (41 loc) · 1.22 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Binaries
bin/
obj/
packages/
*.nupkg
*.str
*.strFEM
# Local files
.vs/
.vscode/
*.csproj.user
FemDesign.Samples/**/Local/**
*/ExampleModels/**/*
*/ExampleModels/output/**/*
!*/ExampleModels/**/*.struxml
!*/ExampleModels/**/*.bsc
FemDesign.Examples/Grasshopper/Example 1 - A simple beam.struxml
FemDesign.Examples/Grasshopper/FEM-Design API
!FemDesign.Examples/C#/Practical example - ResultsToJSON/*.str
!FemDesign.Examples/C#/Practical example - ResultsToJSON/*.strFEM
Icon
FemDesign.GhTest/GhScript/results/
FemDesign.GhTest/GhScript/scripts/
FemDesign.GhTest/GhScript/*.log
FemDesign.GhTest/GhScript/*.struxml
FemDesign.Tests/Results/**/*.fdscript
FemDesign.Tests/Results/**/*.csv
FemDesign.Tests/Results/**/*.bsc
FemDesign.Tests/Results/**/*.log
!**/Assets/*.str
!**/Assets/*.strFEM
*.pyc
/FemDesign.Python/packaging/dist
/FemDesign.Python/packaging/src/fem_design.egg-info
/FemDesign.Python/examples/run-analysis/FEM-Design API
/FemDesign.Examples/Python/jupyter-notebook/bsc/.ipynb_checkpoints
/FemDesign.Examples/Python/jupyter-notebook/results
/FemDesign.Examples/Python/jupyter-notebook/FEM-Design API
/FemDesign.Examples/Python/jupyter-notebook/.ipynb_checkpoints
/FemDesign.Python/packaging/src
/FemDesign.Python/FEM-Design API