Move ignore file to root level
This commit is contained in:
parent
286928bb6d
commit
f5b4c86e8e
|
@ -40,6 +40,9 @@ vendor/
|
|||
# TypeScript files
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
# Node Package Dependencies
|
||||
package-lock.json
|
||||
|
||||
# wp-env config
|
||||
.wp-env.override.json
|
||||
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
# Collection output
|
||||
collection.json
|
||||
|
||||
package-lock.json
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
# Editors
|
||||
/nbproject/private/
|
||||
|
||||
package-lock.json
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
/test-data/sample_products.csv
|
||||
|
||||
package-lock.json
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
package-lock.json
|
|
@ -1 +0,0 @@
|
|||
package-lock.json
|
Loading…
Reference in New Issue