mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
53ad94f319
- the date is actually the date of the commit *prior* to the tag commit, as the files are built and then committed. - also, the CDN should still be checked for non-stable releases, and should use different filenames (including in the map files). - certain files should be skipped when checking the CDN. - removed file diffing because it ended up being far too noisy, making it difficult to find the info I needed. - because the build script required an addition, release verification will not work until the next release. - print all files in failure case and whether each matched - avoid npm script log in GH release notes changelog - exclude changelog.md from release:clean command - separate the post-release script from release-it for now, so we can keep manual verification before each push. The exact command is printed at the ened for convenience. Closes gh-5521
40 lines
609 B
Plaintext
40 lines
609 B
Plaintext
.project
|
|
.settings
|
|
*~
|
|
*.diff
|
|
*.patch
|
|
.DS_Store
|
|
.bower.json
|
|
.sizecache.json
|
|
yarn.lock
|
|
.eslintcache
|
|
tmp
|
|
|
|
npm-debug.log*
|
|
|
|
# Ignore built files in `dist` folder
|
|
# Leave the package.json and wrappers
|
|
/dist/*
|
|
!/dist/package.json
|
|
!/dist/wrappers
|
|
|
|
# Ignore built files in `dist-module` folder
|
|
# Leave the package.json and wrappers
|
|
/dist-module/*
|
|
!/dist-module/package.json
|
|
!/dist-module/wrappers
|
|
|
|
/external
|
|
/node_modules
|
|
|
|
/test/data/core/jquery-iterability-transpiled.js
|
|
/test/data/qunit-fixture.js
|
|
|
|
# Release artifacts
|
|
changelog.html
|
|
contributors.html
|
|
|
|
# Ignore BrowserStack testing files
|
|
local.log
|
|
browserstack.err
|