diff options
author | brenda-br | 2023-02-24 13:32:34 +0530 |
---|---|---|
committer | brenda-br | 2023-02-24 13:32:34 +0530 |
commit | b50743bc2fc56b8c071fa7ccce34698a038a7d3e (patch) | |
tree | b92d12b28dbd00252757cae9c560819fbeeb1dfa /.gitignore | |
parent | 688385aad786326be5d18c25d8f2a62e845d73e0 (diff) | |
download | Chemical-Simulator-GUI-b50743bc2fc56b8c071fa7ccce34698a038a7d3e.tar.gz Chemical-Simulator-GUI-b50743bc2fc56b8c071fa7ccce34698a038a7d3e.tar.bz2 Chemical-Simulator-GUI-b50743bc2fc56b8c071fa7ccce34698a038a7d3e.zip |
Fix #62 Restructure -3
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 15 insertions, 16 deletions
@@ -1,17 +1,16 @@ -OMChem/__pycache__/* -__pycache__/* -Simulator/Databases/__pycache__/* -Simulator/Flowsheet* -Simulator/Graph* -Simulator/database.mo -Simulator/PlotGraph.mos -Simulator/simulateEQN.mos -.vscode/settings.json -__pycache__/* +src/main/python/OMChem/__pycache__/* +src/main/python/DockWidgets/__pycache__/* +src/main/python/utils/__pycache__/* +src/main/python/Undo.dat +src/main/python/Redo.dat +src/main/Simulator/Databases/__pycache__/* +src/main/Simulator/Flowsheet* +src/main/Simulator/Graph* +src/main/Simulator/database.mo +src/main/Simulator/PlotGraph.mos +src/main/Simulator/simulateEQN.mos .idea/* -DockWidgets/__pycache__/* -Undo.dat -test.py -Undo.dat -Undo.dat -*.pyc + + + +src/main/Simulator/Undo.dat |