Skip to content

Commit

Permalink
不要なクラスや重い処理を改修(WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Nov 5, 2023
1 parent d81aec6 commit 75b840f
Show file tree
Hide file tree
Showing 46 changed files with 867 additions and 2,056 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ name: "CodeQL"

on:
push:
branches: [ main, develop ]
branches: [ "main", "develop" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main, develop ]
branches: [ "main", "develop" ]
schedule:
- cron: '38 23 * * 1'
- cron: '44 22 * * 5'

jobs:
analyze:
Expand All @@ -32,10 +32,11 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
language: [ 'javascript-typescript' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
Expand Down
33 changes: 23 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
.DS_Store
.idea
.nvmrc
Thumbs.db
coverage
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
Footer.build.file
Header.build.file
next2d-framework.js
package-lock.json
dist
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
8 changes: 3 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
.github
node_modules
__tests__
coverage
src
Framework_Flowchart.svg
babel.config.js
jest.config.js
jest.setup.js
webpack.config.js
tsconfig.eslint.json
tsconfig.json
vite.config.ts
144 changes: 0 additions & 144 deletions DOCS.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Next2D
Copyright (c) 2021 - 2023 Next2D

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 0 additions & 15 deletions babel.config.js

This file was deleted.

15 changes: 0 additions & 15 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 75b840f

Please sign in to comment.