Skip to content

Instantly share code, notes, and snippets.

View Shizumi's full-sized avatar

Shizumi Yoshiaki Shizumi

View GitHub Profile
@Shizumi
Shizumi / lottery.php
Created April 19, 2023 13:40
抽選するやつ
<?php
$member = [
'names',
'names',
'names',
'names',
'names',
'names',
'names',
'names',
@Shizumi
Shizumi / .gitignore
Last active February 15, 2024 05:00
.gitignore for WordPress
# 一部を除くルートの全てを除外
/*
## ルートの監視対象
!wp-content/
!/.gitignore
!/assets/
!README.md
!/pardot_post/
# 一部を除くwp-content以下のディレクトリを除外
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>jQueryの練習</title>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
</head>
<body>
<h1>jQueryの練習</h1>