Skip to content

Commit

Permalink
Move contents of hlint-run/ to project root
Browse files Browse the repository at this point in the history
Make sure to also move hidden files! This also includes the `.github`
directory!

In a future commit, I'll need to see if those files are still needed there or
can be moved in other places, if still in use.

Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac committed Sep 17, 2023
1 parent 5dfdcc3 commit bd93c1f
Show file tree
Hide file tree
Showing 47 changed files with 31 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
setup/lib/* linguist-generated=true
setup/dist/* linguist-generated=true
dist/** generated linguist-vendored -diff
dist/licenses.txt generated linguist-vendored diff
File renamed without changes.
File renamed without changes.
30 changes: 29 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# IntelliJ
node_modules/

# Editors
.vscode/
.idea/
*.iml

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Yarn Integrity file
.yarn-integrity
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions hlint-run/.gitattributes

This file was deleted.

31 changes: 0 additions & 31 deletions hlint-run/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bd93c1f

Please sign in to comment.