mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2026-04-05 00:02:04 +08:00
add gitignore and npmignore files
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
#If ignorance is bliss, then somebody knock the smile off my face
|
||||
|
||||
*.csproj.user
|
||||
*.suo
|
||||
*.cache
|
||||
Thumbs.db
|
||||
*.DS_Store
|
||||
|
||||
*.bak
|
||||
*.cache
|
||||
*.log
|
||||
*.swp
|
||||
*.user
|
||||
|
||||
demo/hooks/
|
||||
demo/platforms/
|
||||
demo/plugins/
|
||||
|
||||
.vscode/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
2
.npmignore
Normal file
2
.npmignore
Normal file
@@ -0,0 +1,2 @@
|
||||
demo/
|
||||
tests/
|
||||
Reference in New Issue
Block a user