# Ignore built files obj *.tgz # Ignore Visual Studio files *.suo *.sln *.njsproj .vscode/ # Ignore test files Tests # Don't publish source files that aren't needed in package *.ts *.js.map *.d.ts .travis.yml .ntvs_analysis.dat Declarations