14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
|
# This file determines which source files and maps are ignored (and not uploaded to Sentry). It uses .gitignore syntax.
|
||
|
|
||
|
# Exclude everything
|
||
|
*
|
||
|
|
||
|
# Re-include this directory
|
||
|
!public/dist/webpack-*/
|
||
|
!public/dist/webpack-*/*
|
||
|
|
||
|
# Exclude these wherever they appear
|
||
|
locale/
|
||
|
moment/
|
||
|
timezone/
|