Skip to content
Snippets Groups Projects
Commit e2578189 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

.gitignore

parent 0d4aee20
No related branches found
No related tags found
No related merge requests found
...@@ -264,6 +264,13 @@ them. The test-time dependencies are listed in `test-requirements.txt`. If this ...@@ -264,6 +264,13 @@ them. The test-time dependencies are listed in `test-requirements.txt`. If this
file does not exist, just remove the line that says `<TEST_DEPS>`. file does not exist, just remove the line that says `<TEST_DEPS>`.
### Left-over conda build files
The conda build command creates a temporary file named `record.txt` in the
project directory. Please make sure it is added in the `.gitignore` file so
that is not committed to the project repository by mistake.
### Database packages and packages with extra data ### Database packages and packages with extra data
Sometimes databases or other packages require an extra download command after Sometimes databases or other packages require an extra download command after
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment