mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Created the type graph
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
#directories
|
||||
logs/**
|
||||
/**/coverage
|
||||
/**/node_modules
|
||||
/**/dl
|
||||
|
||||
#passwords
|
||||
/**/*.pwd
|
||||
auth.json
|
||||
.env
|
||||
|
||||
#log files
|
||||
/**/*.log
|
||||
|
||||
#output files
|
||||
public/*.html
|
||||
public/*.js
|
||||
public/*.css
|
||||
public/*.map
|
||||
public/*.gz
|
||||
|
||||
# Non npm lock files
|
||||
yarn.lock
|
||||
Reference in New Issue
Block a user