You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/16 11:45:06 UTC

[GitHub] [airflow] ashb commented on a change in pull request #7175: [AIRFLOW-6568] Add some more entries (Emacs related files and yarn.lock) to .gitignore

ashb commented on a change in pull request #7175: [AIRFLOW-6568] Add some more entries (Emacs related files and yarn.lock) to .gitignore 
URL: https://github.com/apache/airflow/pull/7175#discussion_r367373865
 
 

 ##########
 File path: .gitignore
 ##########
 @@ -129,6 +129,16 @@ ENV/
 # vim
 *.swp
 
+# Emacs
+*~
+\#*\#
+/.emacs.desktop
 
 Review comment:
   You can (and should) configure your git with a global git exclude list so you don't need every project to support your choice of editor. https://git-scm.com/docs/gitignore
   
   > 
   
   Patterns which a user wants Git to ignore in all situations (e.g., backup or temporary files generated by the user’s editor of choice) generally go into a file specified by core.excludesFile in the user’s ~/.gitconfig. Its default value is $XDG_CONFIG_HOME/git/ignore. If $XDG_CONFIG_HOME is either not set or empty, $HOME/.config/git/ignore is used instead.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services