Constant GITIGNORE_ADDITION 

Source
const GITIGNORE_ADDITION: &str = r#"
# CELLSTATE
.cellstate/local/
.env
"#;