Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
🐛 Exclude .babelrc from APM releases (fixes #796)
Browse files Browse the repository at this point in the history
- Added git attribute to export-ignore build-time babelrc config

More info: atom/apm#498 (comment)

Closes #796
  • Loading branch information
Spain committed Feb 10, 2017
1 parent 916a7d9 commit 0a5f6f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# (binary is a macro for -text -diff)
*.png binary

# Exclude build-time .babelrc config from APM pkg (#796)
.babelrc export-ignore

0 comments on commit 0a5f6f6

Please sign in to comment.