Skip to content

Commit

Permalink
Merge branch 'master' into wl-restrict-drag-events
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu authored Sep 14, 2021
2 parents 2fa4c0a + b3930b0 commit 030cda7
Showing 479 changed files with 31,763 additions and 12,642 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**/spec/fixtures/**/*.js
node_modules
/vendor/
/out/
/out/
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -15,3 +15,13 @@ spec/fixtures/sample.txt text eol=lf

# Windows bash scripts are also Unix LF endings
*.sh eol=lf

# The script executables should be LF so they can be edited on Windows
script/bootstrap text eol=lf
script/build text eol=lf
script/cibuild text eol=lf
script/clean text eol=lf
script/lint text eol=lf
script/postprocess-junit-results text eol=lf
script/test text eol=lf
script/verify-snapshot-script text eol=lf
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/Feature_request.md

This file was deleted.

46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

59 changes: 0 additions & 59 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/PULL_REQUEST_TEMPLATE/documentation.md

This file was deleted.

70 changes: 0 additions & 70 deletions .github/PULL_REQUEST_TEMPLATE/feature_change.md

This file was deleted.

55 changes: 0 additions & 55 deletions .github/PULL_REQUEST_TEMPLATE/performance_improvement.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/lock.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ lockComment: >
any recent activity after it was closed. If you can still reproduce this issue in
[Safe Mode](https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode)
then please open a new issue and fill out
[the entire issue template](https://github.com/atom/atom/blob/master/ISSUE_TEMPLATE.md)
[the entire issue template](https://github.com/atom/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md)
to ensure that we have enough information to address your issue. Thanks!
# Issues or pull requests with these labels will not be locked
exemptLabels:
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -6,14 +6,16 @@ Thumbs.db
.project
.svn
.nvm-version
.vscode
.python-version
node_modules
npm-debug.log
debug.log
*.log
/tags
/atom-shell/
/out/
docs/output
docs/includes
spec/fixtures/evil-files/
!spec/fixtures/packages/package-with-incompatible-native-module-loaded-conditionally/node_modules/
out/
/electron/
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

Loading

0 comments on commit 030cda7

Please sign in to comment.