ktmud commented on a change in pull request #12315:
URL: https://github.com/apache/superset/pull/12315#discussion_r553655432



##########
File path: .gitignore
##########
@@ -87,3 +87,5 @@ release.json
 messages.mo
 
 docker/requirements-local.txt
+
+superset/templates/custom_override_template.html

Review comment:
       ```
   The file is tracked, but future changes to the file are not.
   ```
   
   This is not true. Once a file is tracked, any changes you made would show up 
in `git status` and will be committed if you do `git commit -a` (even without 
`-f`).
   
   `tail_js_custom_extra` sounds good.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to